Skip to content

Instantly share code, notes, and snippets.

@Gioni06
Created December 1, 2019 07:02
Show Gist options
  • Save Gioni06/5ca34e0d65779b387e46bb4b675c3091 to your computer and use it in GitHub Desktop.
Save Gioni06/5ca34e0d65779b387e46bb4b675c3091 to your computer and use it in GitHub Desktop.
Hide MacOS Software Update prompts
# http://osxdaily.com/2019/10/16/hide-macos-catalina-software-update-mac/
#
# Hide catalina update
sudo softwareupdate --ignore "macOS Catalina"
# Reset
sudo softwareupdate --reset-ignored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment