mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-21 23:18:12 +00:00
Update tailscale.sh
This commit is contained in:
@@ -24,7 +24,7 @@ echo "got ${version}."
|
||||
echo -n "Downloading..."
|
||||
|
||||
# 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."
|
||||
|
||||
@@ -127,4 +127,4 @@ if ! command -v tailscale &> /dev/null; then
|
||||
echo
|
||||
fi
|
||||
|
||||
echo "Installation Complete."
|
||||
echo "Installation Complete."
|
||||
|
Reference in New Issue
Block a user