Created
August 11, 2015 23:01
-
-
Save taion809/7629c04a8b6e8925309f to your computer and use it in GitHub Desktop.
No BS nodejs install
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
# fuck i hate using curl http://shitty-url.com/something.sh | sudo bash - | |
curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add - | |
deb https://deb.nodesource.com/node_0.12 trusty main | |
deb-src https://deb.nodesource.com/node_0.12 trusty main | |
sudo apt-get update | |
sudo apt-get install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment