#!/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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
The repo is https://github.com/nodejs/node now