Skip to content

Instantly share code, notes, and snippets.

View saenzramiro's full-sized avatar
🎯
Inventing!

Ramiro Saenz saenzramiro

🎯
Inventing!
View GitHub Profile

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.