-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tailscale download error #56
base: main
Are you sure you want to change the base?
Conversation
@@ -31,7 +31,7 @@ if [ ! -f /tmp/tailscale ]; then | |||
echo -e "tailscale_${version}/tailscaled" >> /tmp/tailscale_${version}_files.txt | |||
fi | |||
|
|||
wget -O- https://pkgs.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt | |||
wget -O- https://dl.tailscale.com/stable/tailscale_${version}.tgz | tar x -zvf - -C /tmp -T /tmp/tailscale_${version}_files.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do you see this URL? I still see pkgs
on their site: https://pkgs.tailscale.com/stable/#static
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like your URL redirects to pkgs with ?cdn=0
, not sure what this fixes for you, could you elaborate?
No description provided.