mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-22 07:28:14 +00:00
Merge pull request #23 from noigamegun/curlreplace
Swap curl for wget; show progress bar
This commit is contained in:
@@ -21,12 +21,10 @@ version="$(echo ${tarball} | cut -d_ -f2)"
|
||||
|
||||
echo "got ${version}."
|
||||
|
||||
echo -n "Downloading..."
|
||||
echo "Downloading:"
|
||||
|
||||
# download the Tailscale package itself
|
||||
curl -s "https://pkgs.tailscale.com/stable/${tarball}" -o tailscale.tgz
|
||||
|
||||
echo "done."
|
||||
wget -q --show-progress -O tailscale.tgz "https://pkgs.tailscale.com/stable/${tarball}"
|
||||
|
||||
echo -n "Removing Legacy Installations..."
|
||||
|
||||
|
Reference in New Issue
Block a user