Created
May 12, 2024 16:18
-
-
Save MalteKiefer/2a87b6f9ea2c5e93addb24a56632a83c to your computer and use it in GitHub Desktop.
Script to update homebrew
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 tap buo/cask-upgrade | |
brew update | |
brew upgrade | |
brew cu -afy --cleanup | |
brew cleanup | |
brew doctor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment