Skip to content

Instantly share code, notes, and snippets.

@spinofdoom
Created February 6, 2022 02:12
Show Gist options
  • Select an option

  • Save spinofdoom/a7e84933e46ede5465bea2c26a0acb73 to your computer and use it in GitHub Desktop.

Select an option

Save spinofdoom/a7e84933e46ede5465bea2c26a0acb73 to your computer and use it in GitHub Desktop.
update all apps on macOS using homebrew and mas
#!/bin/bash
brew update
brew upgrade
brew cleanup -s
rm -rf "$(brew --cache)"
brew doctor
mas upgrade
softwareupdate -l
softwareupdate -i -a
Echo "Done!"
@spinofdoom
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment