Last active
June 3, 2026 11:53
-
-
Save wieczorek1990/96a8d455d25bee5da79737c902c0145b to your computer and use it in GitHub Desktop.
Ups.
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/sh | |
| # Ups. | |
| echo "Starting upgrade..." &&\ | |
| echo 'Brewing...' | |
| brew upgrade &&\ | |
| brew doctor &&\ | |
| echo 'Rusting...' &&\ | |
| rustup update &&\ | |
| echo 'Macking...' &&\ | |
| sudo softwareupdate --background &&\ | |
| echo 'Done.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment