Skip to content

Instantly share code, notes, and snippets.

View gusnips's full-sized avatar

Gustavo Salomé gusnips

View GitHub Profile
@gusnips
gusnips / node-install.sh
Last active August 29, 2015 14:04
install node latest
#!/usr/bin/env bash
sudo wget -O /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n
sudo chmod +x /usr/local/bin/n
sudo n latest
wget -qO- https://npmjs.org/install.sh | sh