We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7606cec commit 081796bCopy full SHA for 081796b
brew/install.sh
@@ -41,7 +41,7 @@ if test ! "$(uname)" = "Darwin"; then
41
fi
42
43
info "Installing homebrew"
44
-if test ! $(which brew); then
+if test ! $(which brew) && [ "${SKIP_INSTALL_HOMEBRW:-false}" == "false" ]; then
45
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
46
47
# 替换为国内源
0 commit comments