Skip to content

Instantly share code, notes, and snippets.

@wieczorek1990
Last active June 3, 2026 11:53
Show Gist options
  • Select an option

  • Save wieczorek1990/96a8d455d25bee5da79737c902c0145b to your computer and use it in GitHub Desktop.

Select an option

Save wieczorek1990/96a8d455d25bee5da79737c902c0145b to your computer and use it in GitHub Desktop.
Ups.
#!/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