Commit b9edc195 by David Baumgold

Merge pull request #2505 from edx/db/resolve-dev-env-script

fixup create-dev-env.sh
parents e1c36aa5 c2736483
...@@ -307,11 +307,11 @@ EO ...@@ -307,11 +307,11 @@ EO
command -v brew &>/dev/null || { command -v brew &>/dev/null || {
output "Installing brew" 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 || { command -v git &>/dev/null || {
output "Installing git and Brewfile bundle" output "Installing git"
brew install && brew bundle $BASE/edx-platform/Brewfile brew install git
} }
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment