Vagrant provision: Update comment about NVM

This commit is contained in:
Sebastian Serth
2023-02-16 10:03:35 +01:00
parent 7bf78013e9
commit 339d1b3760

View File

@ -38,7 +38,7 @@ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
# Install NodeJS (without NVM)
# Install NodeJS
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.nvm/nvm.sh
nvm install $node_version