Skip to content

Instantly share code, notes, and snippets.

@taion809
Created August 11, 2015 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taion809/7629c04a8b6e8925309f to your computer and use it in GitHub Desktop.
Save taion809/7629c04a8b6e8925309f to your computer and use it in GitHub Desktop.
No BS nodejs install
# 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