Last active
May 12, 2016 01:18
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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