This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Install paths to Nodejs, NPM, node-inspector and haibu in user system. | |
# | |
# this gist can be run using: curl https://raw.github.com/gist/1042374/client.sh | sh | |
# location of node and supporting scripts | |
NODE="/home/node/local/bin" | |
HAIBU="/home/haibu/haibu" | |
# put node, npm and other global node programs in path if needed |
NewerOlder