rename npm.sh to nvm-npm.sh

This commit is contained in:
lachtan
2026-01-15 05:44:09 +00:00
parent 7884d4fb61
commit 07e034d5f4

10
install/nvm-npm.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# https://github.com/nvm-sh/nvm
set -E -o errexit -o nounset -o pipefail
set -x
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
nvm install node
nvm use node