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

[Suggestion]Change install script to latest instead of specified version #1921

Closed
imcoddy opened this issue Oct 12, 2018 · 1 comment
Closed
Labels
feature requests I want a new feature in nvm! installing nvm Problems installing nvm itself

Comments

@imcoddy
Copy link

imcoddy commented Oct 12, 2018

Hi

I think it would be better to add a latest tag for the install script, for example, now the script is

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

could change to

curl -o- https://raw.githubusercontent.com/creationix/nvm/latest/install.sh | bash

So whenever there is a version update, user don't need to change their command to install on new machine :)

@ljharb
Copy link
Member

ljharb commented Oct 12, 2018

This is intentional; you should know exactly which version you’re installing.

Duplicate of #1898. Duplicate of #1017. Related to #400.

@ljharb ljharb closed this as completed Oct 12, 2018
@ljharb ljharb added feature requests I want a new feature in nvm! installing nvm Problems installing nvm itself labels Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature requests I want a new feature in nvm! installing nvm Problems installing nvm itself
Projects
None yet
Development

No branches or pull requests

2 participants