Skip to content

Instantly share code, notes, and snippets.

@bdossantos
Created September 24, 2012 22:02
Show Gist options
  • Select an option

  • Save bdossantos/3778723 to your computer and use it in GitHub Desktop.

Select an option

Save bdossantos/3778723 to your computer and use it in GitHub Desktop.
Install node.js via nave
#!/bin/bash
apt-get install libssl-dev build-essential git-core -y;
git clone git://github.com/isaacs/nave.git /usr/local/src/nave;
pushd /usr/local/src/nave
chmod +x nave.sh;
./nave.sh usemain 0.8.9;
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment