@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.
- package/dist/build-info.json +3 -3
- package/package.json +1 -1
- package/scripts/install.sh +1 -1
package/dist/build-info.json
CHANGED
package/package.json
CHANGED
package/scripts/install.sh
CHANGED
|
@@ -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
|