How to prevent _brew_ from updating itself? #5865
Unanswered
dseight
asked this question in
Everyday usage
Replies: 2 comments 1 reply
-
This is not something we support. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nix-darwin might do this by removing the git remotes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi! I'm aware that it's possible to disable auto-updates of taps by setting
HOMEBREW_NO_AUTO_UPDATE
to 1, but how can I prevent thebrew
executable from updating itself if not explicitly asked to?I.e. here I want only taps to be updated, but getting brew updated:
I tried setting
SKIP_FETCH_BREW_REPOSITORY
to 1, but that didn't helped.Beta Was this translation helpful? Give feedback.
All reactions