Created
October 26, 2010 19:01
-
-
Save gmcinnes/647559 to your computer and use it in GitHub Desktop.
Installs LeopardTamer to your machine
This file contains hidden or 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
| #!/bin/bash | |
| # Use the system ruby for now, if rvm is installed | |
| if [ `which rvm` != "" ]; then | |
| rvm use system | |
| fi | |
| # Install chef | |
| sudo gem install chef | |
| /usr/bin/curl -sSfL http://github.com/mxcl/homebrew/tarball/master | /usr/bin/tar xz -m --strip 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment