Disable Apple Software Updates
0 Votes |
Versioning - This is the latest version.
1 | Disable Apple Software Updates | 6/28/2013 11:43:44 AM |
2 | Disable Apple Software Updates | 2/6/2015 1:15:17 PM |
Description
Property Details
3975 | |
Production - Fully Tested and Ready for Production | |
Disable Apple Software Updates | |
BESC | |
0 | |
Internal | |
rzm102 | |
6/28/2013 12:00:00 AM | |
Apple Software Update | |
True | |
rustymyers on 2/6/2015 1:15:17 PM | |
rustymyers on 2/6/2015 1:15:17 PM | |
7370 Views / 8 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
system version >= "10.9"
Used in 1 fixlet | * Results in a true/false |
if (exists file "/Library/Preferences/com.apple.SoftwareUpdate.plist" AND boolean "AutomaticCheckEnabled" of dictionaries of file "/Library/Preferences/com.apple.SoftwareUpdate.plist") then "Enabled" else "Disabled"
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
application/x-sh
#!/bin/sh
sudo softwareupdate --schedule off
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to review this task in the bigfix.me Content Database.
Script Type
URL
http://bigfix.me/cdb/fixlet/2497
Sharing
Social Media: |
Comments
|
|
Just pushed this update to my test mac. Now to wait and see if it works |