Created
December 1, 2019 07:02
-
-
Save Gioni06/5ca34e0d65779b387e46bb4b675c3091 to your computer and use it in GitHub Desktop.
Hide MacOS Software Update prompts
This file contains 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
# 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