Minn Soe

Results 1 comments of Minn Soe

There's an environment variable you can set to disable auto update when certain brew commands are run, e.g. `brew install`, `brew tap` and `brew upgrade`. https://github.com/Homebrew/brew/blob/e59f93cf19e8e9d56565e55ad76432670039aa27/Library/Homebrew/env_config.rb#L221: ```shell HOMEBREW_NO_AUTO_UPDATE=1 ```