diff --git a/Rakefile b/Rakefile index 049628d2..137e1eb0 100644 --- a/Rakefile +++ b/Rakefile @@ -158,7 +158,7 @@ def install_homebrew puts "Installing Homebrew, the OSX package manager...If it's" puts "already installed, this will do nothing." 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 puts