Last active
February 28, 2016 02:46
-
-
Save franciscocpg/db32365b56c87731dea3 to your computer and use it in GitHub Desktop.
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
set -e | |
# add ppa | |
curl -sL https://deb.nodesource.com/setup | sudo bash - | |
# install | |
sudo apt-get install -y build-essential nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remote install
bash <(curl -s https://gist.githubusercontent.com/franciscocpg/db32365b56c87731dea3/raw/)