Possible to "untrack" an installed cask? #2936
|
Looking to attempt to stop double upgrading vscode. Currently have virtual-studio-code installed via brew, but vscode often self-updates before brew gets to it. Is there way to stop brew from managing this cask without uninstalling the cask? I'd like to just tell brew to leave it alone, but from what I understand, |
Replies: 3 comments 3 replies
|
It won't auto update unless you force it with |
might work for you. The part in |
|
Stumbled upon this too, found the answer on Stackoverflow:
|
might work for you. The part in
$()compiles a list of updatable casks where certain casks are filtered out bygrep. I addedgoogle-chromeas second example item so that you see how to specify multiple items. This list is then handed tobrew upgrade.