u
This commit is contained in:
7
install-nvm.sh
Executable file
7
install-nvm.sh
Executable 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
|
||||
Reference in New Issue
Block a user