Skip to content

Instantly share code, notes, and snippets.

@mcgaffin
Last active August 29, 2015 14:16
Show Gist options
  • Save mcgaffin/07abe373f202ace896f2 to your computer and use it in GitHub Desktop.
Save mcgaffin/07abe373f202ace896f2 to your computer and use it in GitHub Desktop.
meteor installation on codeship
nvm use 0.10.36
curl -o meteor_install_script.sh https://install.meteor.com/
chmod +x meteor_install_script.sh
sed -i "s/type sudo >\/dev\/null 2>&1/\ false /g" meteor_install_script.sh
./meteor_install_script.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment