Created
February 6, 2022 02:12
-
-
Save spinofdoom/a7e84933e46ede5465bea2c26a0acb73 to your computer and use it in GitHub Desktop.
update all apps on macOS using homebrew and mas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| brew update | |
| brew upgrade | |
| brew cleanup -s | |
| rm -rf "$(brew --cache)" | |
| brew doctor | |
| mas upgrade | |
| softwareupdate -l | |
| softwareupdate -i -a | |
| Echo "Done!" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires the installation of
homebrew,cask, andmas.