Skip to content

Commit 258d8e2

Browse files
authored
fix homebrew install link in setup script (#686)
1 parent a5c45ee commit 258d8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_support/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install_mac() {
6969
# Install Homebrew.
7070
if test ! $(which brew); then
7171
echo "Installing Homebrew (https://brew.sh/)"
72-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
72+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
7373
fi
7474
# Update Homebrew.
7575
brew update

0 commit comments

Comments
 (0)