diff --git a/tailscale.sh b/tailscale.sh index 1b26937..96d968a 100644 --- a/tailscale.sh +++ b/tailscale.sh @@ -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." \ No newline at end of file +echo "Installation Complete."