Skip to content

Instantly share code, notes, and snippets.

@alexandrerocco
Created September 2, 2013 13:47
Show Gist options
  • Save alexandrerocco/6413041 to your computer and use it in GitHub Desktop.
Save alexandrerocco/6413041 to your computer and use it in GitHub Desktop.
Install nodejs on Ubuntu. Works on any release including Ubuntu 12.04 LTS, Ubuntu 12.10 and Ubuntu 13.04.
#!/bin/bash
apt-get update
apt-get install -y python-software-properties software-properties-common
add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment