This commit is contained in:
Luk Lu
2021-12-10 20:16:52 +08:00
parent fd5f401430
commit 900293da36
4 changed files with 27 additions and 30 deletions

7
install-nvm.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Usage: this-script.sh"
defaultVersion=0.39.0
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v$defaultVersion/install.sh | bash