Merge pull request #2505 from edx/db/resolve-dev-env-script
fixup create-dev-env.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user