Created
September 2, 2013 13:47
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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