Created
January 5, 2017 09:12
-
-
Save SRJ9/9877933eb4ce6ab6460ce11c412e240a to your computer and use it in GitHub Desktop.
Install node 6x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://nodejs.org/es/download/package-manager/ | |
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - | |
sudo apt-get install -y nodejs | |
sudo apt-get install -y build-essential |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment