Skip to content
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

link to latest linux binary fails to download with wget #1274

Open
h5gq3 opened this issue Dec 9, 2021 · 3 comments
Open

link to latest linux binary fails to download with wget #1274

h5gq3 opened this issue Dec 9, 2021 · 3 comments
Labels

Comments

@h5gq3
Copy link
Contributor

h5gq3 commented Dec 9, 2021

returns ERROR: HTTP 308 Permanent Redirect
wget should actually handle redirects but here fails for some reason

@belisarius222
Copy link
Contributor

I hit this too, from amazon linux. I tried it again with an added --max-redirect=20, and it still didn't work. I also tried removing the --content-disposition argument, since the wget man page said that's experimental and buggy, but to no avail.

@belisarius222
Copy link
Contributor

I tried curl -O https://install.urbit.org/linux64/latest, and it downloaded a file containing the text

Redirecting to https://github.com/urbit/urbit/releases/latest/download/linux64.tgz (308)

Maybe there are curl arguments to fix this, but at this point I just downloaded the file directly from github so I don't spend all day on this issue. I don't know why this redirect is causing so many problems. Considering we just point at github, though, maybe we should just use the github URL directly in the command we ask users to run.

@forfel-norfel
Copy link

curl -JLO https://urbit.org/install/linux64/latest should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants