Skip to content

Fix tailscale download error#56

Open
flier268 wants to merge 14 commits into
adyanth:mainfrom
flier268:main
Open

Fix tailscale download error#56
flier268 wants to merge 14 commits into
adyanth:mainfrom
flier268:main

Conversation

@flier268
Copy link
Copy Markdown

No description provided.

Comment thread usr/bin/tailscale
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
Copy link
Copy Markdown
Owner

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

Copy link
Copy Markdown
Owner

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?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because my router sometimes doesn't automatically redirect for some reason, causing random download failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants