Skip to content

Instantly share code, notes, and snippets.

@idursun
Created December 24, 2013 11:56
Show Gist options
  • Save idursun/8112258 to your computer and use it in GitHub Desktop.
Save idursun/8112258 to your computer and use it in GitHub Desktop.
Installing the latest version of node.js on ubuntu server
sudo apt-get install software-properties-common python-software-properties python g++ make
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