Skip to content

Instantly share code, notes, and snippets.

@csloz
Created October 22, 2019 06:57
Show Gist options
  • Save csloz/d936b3ccdb89bfbc5b3071dae0054cf9 to your computer and use it in GitHub Desktop.
Save csloz/d936b3ccdb89bfbc5b3071dae0054cf9 to your computer and use it in GitHub Desktop.
Reset Apple Software Update Catalog to defaults
#!/bin/sh
# Reset Software Update Catalog to defaults
# Author: L. Sheed
# Deprecated warning can be ignored
/usr/bin/sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate CatalogURL
/usr/bin/sudo defaults delete com.apple.SoftwareUpdate CatalogURL
/usr/bin/sudo softwareupdate --clear-catalog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment