Skip to content

Instantly share code, notes, and snippets.

@jmervine
Last active May 12, 2016 17:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmervine/5874395 to your computer and use it in GitHub Desktop.
Save jmervine/5874395 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -x
cd /tmp
rm -rf node
set -ue
git clone git://github.com/joyent/node.git
cd node
git checkout v0.10.28 # update with latest version
./configure --prefix=/usr
make
sudo make install
# vim: ft=sh:
@KhanMaytok
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment