Skip to content

Instantly share code, notes, and snippets.

@gusnips
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gusnips/e0d84e50e1734ca4767b to your computer and use it in GitHub Desktop.
Save gusnips/e0d84e50e1734ca4767b to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment