Skip to content

Instantly share code, notes, and snippets.

@jamesdavidson
Created July 6, 2012 04:01
Show Gist options
  • Save jamesdavidson/3057988 to your computer and use it in GitHub Desktop.
Save jamesdavidson/3057988 to your computer and use it in GitHub Desktop.
Install NodeJS 0.8.1 on fresh Ubuntu 12 installation
#!/bin/bash
sudo apt-get update
sudo apt-get install build-essential curl git
git clone git://github.com/creationix/nvm ~/nvm
. ~/nvm/nvm.sh
nvm install v0.8.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment