Skip to content

Instantly share code, notes, and snippets.

@jhgaylor
Forked from mlocher/setup_meteor
Created August 8, 2014 13:24
Show Gist options
  • Select an option

  • Save jhgaylor/33e088837ee26e267afd to your computer and use it in GitHub Desktop.

Select an option

Save jhgaylor/33e088837ee26e267afd to your computer and use it in GitHub Desktop.
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment