Skip to content

Instantly share code, notes, and snippets.

@theodric
Created December 28, 2019 18:36
Show Gist options
  • Save theodric/ab48005b19c4113ac0a8b3f54bf3c348 to your computer and use it in GitHub Desktop.
Save theodric/ab48005b19c4113ac0a8b3f54bf3c348 to your computer and use it in GitHub Desktop.
Block macOS Catalina "upgrade" reminders
#!/bin/sh
sudo softwareupdate --ignore "macOS Catalina"
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment