Skip to content

Commit 3e5bbbc

Browse files
Update node
Update nodejs snippet
1 parent 7877686 commit 3e5bbbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloud66/node

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{Description: This deploy hook will run the following code snippet to automate the installation of node.}}
2-
sudo apt-get install software-properties-common python-software-properties -y
3-
curl -sL https://deb.nodesource.com/setup | sudo bash -
4-
sudo apt-get install -y nodejs
1+
# {{Description: This deploy hook will run the following code snippet to automate the installation of node.}}
2+
sudo apt-get install software-properties-common python-software-properties curl -y
3+
sudo curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
4+
sudo apt-get install -y nodejs

0 commit comments

Comments
 (0)