From: Johannes Berg Date: Thu, 28 May 2020 22:06:24 +0000 (+0200) Subject: cirrus: macos: use new brew installer X-Git-Tag: 0.31~43 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=79761d33168ffdc70d2770fe16948387eab5967c cirrus: macos: use new brew installer The current installer prints that it's deprecated, use the one they suggest using now. Signed-off-by: Johannes Berg Reviewed-by: Rob Browning --- diff --git a/dev/prep-for-macos-build b/dev/prep-for-macos-build index 7099574..090610c 100755 --- a/dev/prep-for-macos-build +++ b/dev/prep-for-macos-build @@ -2,7 +2,7 @@ set -ex -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)" brew update brew install par2 readline rsync