Skip to content

Instantly share code, notes, and snippets.

@MacRusher
Last active May 12, 2016 01:18
Show Gist options
  • Save MacRusher/4feca064287f3e488911 to your computer and use it in GitHub Desktop.
Save MacRusher/4feca064287f3e488911 to your computer and use it in GitHub Desktop.
Replacement for http://install.meteor.com script that doesn't require sudo and can be used on CodeShip CI
curl -s https://install.meteor.com/ 2>&1 | sed -e "s/type sudo >\/dev\/null 2>&1/\ false /g" | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment