Hi All
I'm working on the best way to update XProtect and Gatekeeper whilst keeping auto updates unticked as we don't want those joyous notifications.
The plan is to temporarilly enable ConfigDataInstall:
defaults write /Library/Preferences/com.apple.SoftwareUpdate ConfigDataInstall -bool True
And softwareupdate schedule:
softwareupdate --schedule on
Then run
softwareupdate --background-critical
then turn it all off again after the installation has completed
I'd like the option to download these updates from Apple's catalog rather than our own SUS as it's not accessible externally.
Does anyone know of a way i can add Apple's catalogurl to the softwareupdate --background-critical command or another way i can get it to download from Apple and temporarilly ignore our SUS (which is set via a Config profile)
Cheers,
Andy
