1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Homebrew install has changed

This commit is contained in:
Daniel Barber 2021-02-11 21:09:46 -05:00
parent 54e7c1fbd8
commit be05d23bb9

View File

@ -34,10 +34,10 @@ fi
# Install Homebrew
step "Installing Homebrew"
if ! type brew > /dev/null; 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/HEAD/install.sh)"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/danbarber/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)
fi
# Clone setup repo