nvm/manual instal
ZakesGit 7e4f7ef56f
Create manual instal
Manual installation of nvm
2025-02-05 21:18:07 +02:00

6 lines
235 B
Plaintext

export NVM_DIR="$HOME/.nvm" && (
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
cd "$NVM_DIR"
git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)`
) && \. "$NVM_DIR/nvm.sh"