Skip to content

Commit

Permalink
fix homebrew install link in setup script (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
xx01cyx committed Jan 19, 2024
1 parent a5c45ee commit 258d8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_support/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install_mac() {
# Install Homebrew.
if test ! $(which brew); then
echo "Installing Homebrew (https://brew.sh/)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
fi
# Update Homebrew.
brew update
Expand Down

0 comments on commit 258d8e2

Please sign in to comment.