diff --git a/scripts/create-dev-env.sh b/scripts/create-dev-env.sh index d59eec9c41..76a410fa2f 100755 --- a/scripts/create-dev-env.sh +++ b/scripts/create-dev-env.sh @@ -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 } ;;