mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-22 07:28:14 +00:00
Update tailscale.sh
This commit is contained in:
@@ -24,7 +24,7 @@ echo "got ${version}."
|
|||||||
echo -n "Downloading..."
|
echo -n "Downloading..."
|
||||||
|
|
||||||
# download the Tailscale package itself
|
# download the Tailscale package itself
|
||||||
curl -s "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz
|
wget -O tailscale.tgz "https://pkgs.tailscale.com/stable/${tarball}"
|
||||||
|
|
||||||
echo "done."
|
echo "done."
|
||||||
|
|
||||||
@@ -127,4 +127,4 @@ if ! command -v tailscale &> /dev/null; then
|
|||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installation Complete."
|
echo "Installation Complete."
|
||||||
|
Reference in New Issue
Block a user