From 917ef92b0470644962193ec29df79af5a701b1d1 Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Sun, 20 Sep 2020 13:16:09 +0200 Subject: [PATCH] Update the Homebrew installer command Resolves #41 --- fresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index c7d54f8d4..44a4d1827 100755 --- a/fresh.sh +++ b/fresh.sh @@ -4,7 +4,7 @@ echo "Setting up your Mac..." # Check for Homebrew and install if we don't have it if test ! $(which brew); then - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" fi # Update Homebrew recipes