Created
September 27, 2020 17:25
-
-
Save porteusconf/7d4a8934fa41f1ac196fecd823e1cff6 to your computer and use it in GitHub Desktop.
for macos 10.14 (aka mojave) ignore 10.15/10.16, remove_catalina_notification_badge. Still works even tho "Ignoring software updates is deprecated."
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
softwareupdate --ignore "macOS Catalina" | |
echo "Each user may need to run this script to prevent red-badge nagging about Cataina/Big-Sur" | |
echo "See tests at https://tinyapps.org/blog/202005070700_remove_catalina_notification_badge.html" | |
echo "defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier" | |
defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier | |
softwareupdate --ignore | |
echo "DONE...To fix ignored list try: sudo softwareupdate --ignore \"macOS Catalina\" ; " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment