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