Created
December 28, 2019 18:36
-
-
Save theodric/ab48005b19c4113ac0a8b3f54bf3c348 to your computer and use it in GitHub Desktop.
Block macOS Catalina "upgrade" reminders
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 | |
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