Skip to content

Commit 04ff9b0

Browse files
committed
Add HOMEBREW_NO_INSTALL_FROM_API=1 to darwin.sh
1 parent 65fad67 commit 04ff9b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scripts/darwin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
272272
export HOMEBREW_NO_ENV_HINTS=1
273273
export HOMEBREW_NO_INSTALL_CLEANUP=1
274274
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
275+
export HOMEBREW_NO_INSTALL_FROM_API=1
275276

276277
# shellcheck source=.
277278
. "${scripts:?}"/unix.sh

0 commit comments

Comments
 (0)