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
|
# Install Homebrew
|
||||||
step "Installing Homebrew"
|
step "Installing Homebrew"
|
||||||
if ! type brew > /dev/null; then
|
if ! type brew > /dev/null; then
|
||||||
/usr/bin/ruby -e \
|
/bin/bash -c \
|
||||||
"$(curl \
|
"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
-fsSL \
|
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/danbarber/.zprofile
|
||||||
https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
eval $(/opt/homebrew/bin/brew shellenv)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone setup repo
|
# Clone setup repo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user