Merge pull request #848 from vovinacci/fix/brew-install
fix: Update Homebrew install method
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user