#!/bin/bash ## Because the apt-get's version is way too old sudo apt-get install g++ make git-core git clone https://github.com/joyent/node cd node/ git checkout v0.8.16 ./configure make sudo make install cd .. rm node/ -rf