Skip to content

Instantly share code, notes, and snippets.

@witooh
Created June 26, 2014 06:43
Show Gist options
  • Save witooh/a441e802ef5f652387ed to your computer and use it in GitHub Desktop.
Save witooh/a441e802ef5f652387ed to your computer and use it in GitHub Desktop.
Ubuntu Install Nodejs
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install python g++ make nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment