Update tailscale.sh

This commit is contained in:
Game
2024-04-28 18:39:48 +07:00
committed by GitHub
parent 58c4757543
commit 82405e651f

View File

@@ -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."