Last active
August 29, 2015 14:15
-
-
Save thestonefox/74267a4700cda3e90666 to your computer and use it in GitHub Desktop.
Ubuntu NodeJS Install (Requires sudo su)
This file contains 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
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