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 bd6d607 commit 249be00Copy full SHA for 249be00
scripts/bootstrap
@@ -4,7 +4,7 @@ set -e
4
5
cd "$(dirname "$0")/.."
6
7
-if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
+if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ] && [ "$SKIP_BREW" != "1" ]; then
8
brew bundle check >/dev/null 2>&1 || {
9
echo "==> Installing Homebrew dependencies…"
10
brew bundle
0 commit comments