Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created November 22, 2013 11:24
Show Gist options
  • Save chris-rock/7598432 to your computer and use it in GitHub Desktop.
Save chris-rock/7598432 to your computer and use it in GitHub Desktop.
oneliner nodejs installation
apt-get update && apt-get install -y python-software-properties python g++ make && add-apt-repository -y ppa:chris-lea/node.js && apt-get update && apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment