Skip to content

Instantly share code, notes, and snippets.

@thestonefox
Last active August 29, 2015 14:15
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 thestonefox/74267a4700cda3e90666 to your computer and use it in GitHub Desktop.
Save thestonefox/74267a4700cda3e90666 to your computer and use it in GitHub Desktop.
Ubuntu NodeJS Install (Requires sudo su)
apt-get install -y python-software-properties python &&
add-apt-repository ppa:chris-lea/node.js &&
echo "deb http://us.archive.ubuntu.com/ubuntu/ precise universe" >> /etc/apt/sources.list &&
apt-get -q -y update &&
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment