Skip to content

Instantly share code, notes, and snippets.

@oddrationale
Created October 26, 2015 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save oddrationale/83cd0c1ceceabb4552cf to your computer and use it in GitHub Desktop.
Save oddrationale/83cd0c1ceceabb4552cf to your computer and use it in GitHub Desktop.

Easiest way to install nodejs on Ubuntu

Installs the latest version of nodejs/iojs

curl https://raw.githubusercontent.com/isaacs/nave/master/nave.sh | sudo bash -s -- usemain latest

No need to add PPA repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment