We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a133f5f commit 18f40c6Copy full SHA for 18f40c6
pi-install.sh
@@ -11,7 +11,7 @@ sudo apt install -y tightvncserver xrdp lightdm
11
echo "(4/10) Installing GIT..."
12
sudo apt-get install -y git
13
echo "(5/10) Installing NVM and NodeJS..."
14
-curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
15
. ~/.nvm/nvm.sh
16
nvm install lts/iron
17
nvm alias default lts/iron
0 commit comments