We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c45ee commit 258d8e2Copy full SHA for 258d8e2
build_support/packages.sh
@@ -69,7 +69,7 @@ install_mac() {
69
# Install Homebrew.
70
if test ! $(which brew); then
71
echo "Installing Homebrew (https://brew.sh/)"
72
- 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)"
73
fi
74
# Update Homebrew.
75
brew update
0 commit comments