Stop brew command from terminating a sudo session #5806
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
There is only one way I know to get around this.
It's this one |
Beta Was this translation helpful? Give feedback.
-
If your complaint is that Homebrew resets sudo credentials so that commands after |
Beta Was this translation helpful? Give feedback.
If your complaint is that Homebrew resets sudo credentials so that commands after
brew
now prompt for a password, you can simply usescript
to isolate the credential reset. Since you're on macOS, I believescript /dev/null brew ...
should do the trick.