mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 21:23:48 -05:00
added --all to brew upgrade
This commit is contained in:
@@ -56,7 +56,7 @@ brewMaintenance () {
|
||||
if is_confirmed; then
|
||||
brew doctor
|
||||
brew update
|
||||
brew upgrade
|
||||
brew upgrade --all
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user