Posted on 10-29-2019 01:13 PM
Does anyone know of a script that can check this box? The script below works in macOS Mojave, but not macOS Catalina.
/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticallyInstallMacOSUpdates -bool true
/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticCheckEnabled -bool true
/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticDownload -bool true
/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist CriticalUpdateInstall -bool true
/usr/bin/defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist ConfigDataInstall -bool true
/usr/bin/defaults write /Library/Preferences/com.apple.commerce.plist AutoUpdate -bool true
Posted on 10-29-2019 03:57 PM
Rich Trouton has this profile to enable Apple software updates.
https://github.com/rtrouton/profiles/tree/master/EnableAutomaticDownloadandInstallationofAppleSoftwa...
Posted on 10-30-2019 07:38 AM
Awesome, thanks!
Posted on 08-28-2020 05:53 AM
Is there any way to make these updates run in the middle of the night?