Skip to content

Commit

Permalink
Update brew install command to match instructions on brew.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
erijo committed Nov 24, 2024
1 parent 349983a commit 7e04250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/050_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e04250

Please sign in to comment.