Skip to content

Instantly share code, notes, and snippets.

@jabenninghoff
Last active March 24, 2021 00:22
Show Gist options
  • Save jabenninghoff/e644388de59a4240eff5c04e55919824 to your computer and use it in GitHub Desktop.
Save jabenninghoff/e644388de59a4240eff5c04e55919824 to your computer and use it in GitHub Desktop.
Disable Catalina upgrade notifications and

Thanks to https://apple.stackexchange.com/questions/367995/how-to-block-updates-to-mac-os-x-catalina

Instructions for macOS 10.14 Mojave

Disable (ignore) Catalina upgrade notifications:
run sudo /usr/sbin/softwareupdate --ignore "macOS Catalina"

Remove Catalina badge icon from system preferences:
run defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier
and then open System Preferences > Software Update

Enable (reset) Catalina upgrade notifications:
run sudo /usr/sbin/softwareupdate --reset-ignored

@jabenninghoff
Copy link
Author

Sadly, no longer working 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment