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:
parent
54e7c1fbd8
commit
be05d23bb9
8
setup.sh
8
setup.sh
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user