Commit c2736483 by David Baumgold

fixup create-dev-env.sh

parent e1c36aa5
......@@ -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
}
;;
......
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