Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created July 22, 2014 14:49
Show Gist options
  • Save weslley39/5c929e7f33fa5d50e19d to your computer and use it in GitHub Desktop.
Save weslley39/5c929e7f33fa5d50e19d to your computer and use it in GitHub Desktop.
Installing the latest version of NodeJs on Ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment