@rubytech/taskmaster 1.0.82 → 1.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.82",
3
- "commit": "4707adc4b128245c2e265a9e6fec6b2d0315ad08",
4
- "builtAt": "2026-02-20T22:56:04.720Z"
2
+ "version": "1.0.83",
3
+ "commit": "76b1166a34fd749231748a19a48975bb182fa6d6",
4
+ "builtAt": "2026-02-20T22:57:58.675Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -164,7 +164,7 @@ if [ "$PLATFORM" = "linux" ]; then
164
164
 
165
165
  # Tailscale (for optional internet access via Funnel)
166
166
  if ! command -v tailscale >/dev/null 2>&1; then
167
- curl -fsSL https://tailscale.com/install.sh | sh >/dev/null 2>&1 \
167
+ curl -fsSL https://tailscale.com/install.sh | as_root sh >/dev/null 2>&1 \
168
168
  && echo " tailscale installed" \
169
169
  || echo " tailscale install failed (continuing)"
170
170
  else