Update Homebrew install method

This commit is contained in:
Volodymyr Shcherbinin (vovin)
2020-11-07 14:11:06 +02:00
parent 47d4ac0039
commit 225379192d
2 changed files with 1 additions and 1 deletions
+1 -1
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
Regular → Executable
View File