We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877686 commit 3e5bbbcCopy full SHA for 3e5bbbc
cloud66/node
@@ -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
+# {{Description: This deploy hook will run the following code snippet to automate the installation of node.}}
+sudo apt-get install software-properties-common python-software-properties curl -y
+sudo curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
+sudo apt-get install -y nodejs
0 commit comments