Skip to content

Instantly share code, notes, and snippets.

@maxkrieger
Created September 25, 2013 22:51
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save maxkrieger/6707295 to your computer and use it in GitHub Desktop.
Installs a fresh node.js!
sudo apt-get update
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
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