-
Notifications
You must be signed in to change notification settings - Fork 5
macos_auto_updates_enable.sh
Corey Watson edited this page Dec 1, 2025
·
1 revision
Enables all automatic update settings on macOS.
This script configures macOS to automatically check, download, and install system updates, App Store updates, and security patches.
Enables all automatic update settings on macOS including:
- Automatic checking for updates
- Automatic downloading of updates
- Automatic installation of macOS updates
- Automatic App Store updates
- Automatic security/data file updates
- macOS 10.14 or later
- Root/sudo privileges
None - all settings are enabled automatically
- Verifies script is running as root
- Enables automatic check for updates
- Enables automatic download of updates
- Enables App Store auto-updates
- Enables config data file updates
- Enables critical security updates
- Enables automatic macOS updates
- Displays verification of all settings
- Must be run as root
- Only enables built-in macOS update mechanisms
- No sensitive information logged
- 0 = Success
- 1 = Failure
[ ENABLING AUTO-UPDATES ]
--------------------------------------------------------------
Enabling automatic check for updates...
Enabling automatic download of updates...
Enabling App Store auto-updates...
Enabling config data file updates...
Enabling critical security updates...
Enabling automatic macOS updates...
[ VERIFICATION ]
--------------------------------------------------------------
AutomaticCheckEnabled : 1
AutomaticDownload : 1
AutoUpdate (App Store) : 1
ConfigDataInstall : 1
CriticalUpdateInstall : 1
AutomaticallyInstallMacOSUpdates: 1
[ FINAL STATUS ]
--------------------------------------------------------------
All auto-update settings have been enabled.
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- v1.0.0 - Initial release
- View Script Source
- Scripts - Back to script index