Skip to content

Instantly share code, notes, and snippets.

@svs14
Last active August 29, 2015 14:22
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 svs14/1ca4f1b8209d01dcd378 to your computer and use it in GitHub Desktop.
Save svs14/1ca4f1b8209d01dcd378 to your computer and use it in GitHub Desktop.
Installs NodeJS through NVM on Ubuntu 14.04
#!/bin/bash
# Installs NodeJS through NVM on Ubuntu 14.04
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.3/install.sh | bash
. ~/.nvm/nvm.sh
nvm install v0.10.36
nvm alias default v0.10.36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment