Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created June 4, 2014 11:46
Show Gist options
  • Save mlocher/1f872bd9842a5c7ad136 to your computer and use it in GitHub Desktop.
Save mlocher/1f872bd9842a5c7ad136 to your computer and use it in GitHub Desktop.
setup_meteor
#!/bin/bash
curl https://install.meteor.com > ./install_meteor
sed -i'' -e 's/PREFIX=.*/PREFIX="$HOME"/g' ./install_meteor
chmod u+x ./install_meteor
./install_meteor
@bradvogel
Copy link

Thanks!

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