fixup create-dev-env.sh

This commit is contained in:
David Baumgold
2014-02-06 14:09:05 -05:00
parent e1c36aa557
commit c273648395

View File

@@ -307,11 +307,11 @@ EO
command -v brew &>/dev/null || {
output "Installing brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
}
command -v git &>/dev/null || {
output "Installing git and Brewfile bundle"
brew install && brew bundle $BASE/edx-platform/Brewfile
output "Installing git"
brew install git
}
;;