Skip to content

Instantly share code, notes, and snippets.

@willscripted
Created March 4, 2014 18:41
Show Gist options
  • Save willscripted/9352818 to your computer and use it in GitHub Desktop.
Save willscripted/9352818 to your computer and use it in GitHub Desktop.
install node
# Node in apt is 0.6.X we want 0.10.X
sudo -E apt-get install -y python-software-properties python g++ make
sudo -E add-apt-repository -y ppa:chris-lea/node.js
sudo -E apt-get update
sudo -E apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment