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

Install script runs into 404 when trying to specify version #138

Closed
jakst opened this issue Jun 26, 2023 · 3 comments
Closed

Install script runs into 404 when trying to specify version #138

jakst opened this issue Jun 26, 2023 · 3 comments

Comments

@jakst
Copy link

jakst commented Jun 26, 2023

I bumped into this issue, so wanted to downgrade to an earlier version. I used this command curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s -- v0.10.6, but it gives a 404.

Looking at the install script and comparing it to the URLs on the releases page, it seems like you need to change all cases of $target like this, i.e. remove the $version_part variable.

- "Darwin arm64") target="proto_cli$version_part-aarch64-apple-darwin" ;;
+ "Darwin arm64") target="proto_cli-aarch64-apple-darwin" ;;
@milesj
Copy link
Contributor

milesj commented Jun 26, 2023

@jakst Thanks for the report, will fix.

@milesj
Copy link
Contributor

milesj commented Jun 26, 2023

Should be fixed now.

@ackushiw
Copy link

For those trying to install a specific version of proto use the curl command without the v

curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s -- 0.19.0

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

No branches or pull requests

3 participants