From 225379192df9a3a6b54f965e4b910ee56faf1e46 Mon Sep 17 00:00:00 2001 From: "Volodymyr Shcherbinin (vovin)" Date: Sat, 7 Nov 2020 14:11:06 +0200 Subject: [PATCH 1/2] Update Homebrew install method --- Rakefile | 2 +- install.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh 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 diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 From 4acb08302cf243a5f87b269d3c51bf28689335ff Mon Sep 17 00:00:00 2001 From: "Volodymyr Shcherbinin (vovin)" Date: Fri, 13 Nov 2020 10:50:29 +0200 Subject: [PATCH 2/2] Revert setting +x --- install.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 install.sh diff --git a/install.sh b/install.sh old mode 100755 new mode 100644