Skip to content

Commit

Permalink
Add HOMEBREW_NO_INSTALL_FROM_API=1 to darwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 7, 2023
1 parent 65fad67 commit 04ff9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_ENV_HINTS=1
export HOMEBREW_NO_INSTALL_CLEANUP=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_INSTALL_FROM_API=1

# shellcheck source=.
. "${scripts:?}"/unix.sh
Expand Down

0 comments on commit 04ff9b0

Please sign in to comment.