Skip to content

Instantly share code, notes, and snippets.

@bendangelo
Created June 23, 2012 14:39
Show Gist options
  • Save bendangelo/2978533 to your computer and use it in GitHub Desktop.
Save bendangelo/2978533 to your computer and use it in GitHub Desktop.
Install Stable Nodejs on Ubuntu
# curl -L https://raw.github.com/gist/2978533 | bash
sudo -s
apt-get install python-software-properties
apt-add-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs npm -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment