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

Make a link to install latest version? #3359

Closed
birgersp opened this issue May 22, 2024 · 3 comments
Closed

Make a link to install latest version? #3359

birgersp opened this issue May 22, 2024 · 3 comments

Comments

@birgersp
Copy link

I have script(s) installing nvm. And I'd like to just install the latest version.

Please consider making a url (somewhere) that would always point to the latest version of nvm.

E.g. this install command could be

curl -o- https://nvm.org/install.sh | bash
@ljharb
Copy link
Member

ljharb commented May 22, 2024

That would be blindly updating across breaking changes, and would be a terrible idea.

Duplicate of #400.

@ljharb ljharb closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
@birgersp
Copy link
Author

Just realised I can use this link:

https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh

@ljharb
Copy link
Member

ljharb commented May 22, 2024

Nope, because master is often broken. Only tagged releases are safe to use.

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

No branches or pull requests

2 participants