1
0
Fork 0

brew-script.sh: do not exit even if `brew doctor` fails

This commit is contained in:
Pratham Patel 2024-02-19 15:31:21 +05:30
parent 2fc85d6324
commit 2b876555eb
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ brew install --cask "${BREW_CASKS[@]}"
brew autoremove
brew cleanup --prune=all -s
brew doctor
# shellcheck disable=SC2016
brew doctor || echo 'WARNING: `brew doctor` found some issues!'
brew outdated --greedy --greedy-latest --greedy-auto-updates
brew missing