1
0
Fork 0
mirror of synced 2024-12-04 06:35:36 -05:00

Update brew install command to match instructions on brew.sh

This commit is contained in:
Erik Flodin 2024-11-24 17:21:08 +01:00
parent 349983a302
commit 7e04250e62
No known key found for this signature in database
GPG key ID: 420A7C865EE3F85F

View file

@ -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