Merge pull request #848 from vovinacci/fix/brew-install

fix: Update Homebrew install method
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2020-11-16 09:18:00 -08:00
committed by GitHub

View File

@@ -158,7 +158,7 @@ def install_homebrew
puts "Installing Homebrew, the OSX package manager...If it's" puts "Installing Homebrew, the OSX package manager...If it's"
puts "already installed, this will do nothing." puts "already installed, this will do nothing."
puts "======================================================" puts "======================================================"
run %{ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"} run %{bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"}
end end
puts puts