Skip to content

Instantly share code, notes, and snippets.

@paulera
Created February 20, 2021 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulera/5254e6f7a4d5d4bd866ec338b42f0093 to your computer and use it in GitHub Desktop.
Save paulera/5254e6f7a4d5d4bd866ec338b42f0093 to your computer and use it in GitHub Desktop.
MacOS: Remove the 🔴 from System Preferences asking to upgrade to BigSur

In the terminal, run:

sudo /usr/sbin/softwareupdate --ignore “macOS Big Sur”
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock

To undo:

sudo softwareupdate --reset-ignored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment