From 7e04250e62dfa3acee253040be4ac7d43c9b648b Mon Sep 17 00:00:00 2001 From: Erik Flodin Date: Sun, 24 Nov 2024 17:21:08 +0100 Subject: [PATCH] Update brew install command to match instructions on brew.sh --- _docs/050_bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/050_bootstrap.md b/_docs/050_bootstrap.md index 9f8dae8..9c02ac1 100644 --- a/_docs/050_bootstrap.md +++ b/_docs/050_bootstrap.md @@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then # install homebrew if it's missing if ! command -v brew >/dev/null 2>&1; then echo "Installing homebrew" - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi if [ -f "$HOME/.Brewfile" ]; then