Skip to content

Commit 18f40c6

Browse files
authored
Update pi-install.sh
1 parent a133f5f commit 18f40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pi-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sudo apt install -y tightvncserver xrdp lightdm
1111
echo "(4/10) Installing GIT..."
1212
sudo apt-get install -y git
1313
echo "(5/10) Installing NVM and NodeJS..."
14-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
14+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
1515
. ~/.nvm/nvm.sh
1616
nvm install lts/iron
1717
nvm alias default lts/iron

0 commit comments

Comments
 (0)