Skip to content

Instantly share code, notes, and snippets.

@aaronc
Last active August 29, 2015 14:01
Show Gist options
  • Save aaronc/d173796366f52255d332 to your computer and use it in GitHub Desktop.
Save aaronc/d173796366f52255d332 to your computer and use it in GitHub Desktop.
set -x
curl http://nodejs.org/dist/v0.10.28/node-v0.10.28-linux-x64.tar.gz | tar xz
mv node-v0.10.28-linux-x64 /opt/nodejs
ln -s /opt/nodejs/bin/node /usr/local/bin/node
ln -s /opt/nodejs/bin/npm /usr/local/bin/npm
curl https://install.meteor.com | /bin/sh
npm i -g meteorite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment