dotfiles
dotfiles copied to clipboard
com.apple.SoftwareUpdate
I noticed the defaults write com.apple.SoftwareUpdate
commands aren't working, though they do work with sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate ...
.
Do you see this as well, or am I doing something wrong? When running defaults write com.apple.SoftwareUpdate
it updates ~/Library/Preferences/com.apple.SoftwareUpdate for the current user, but when running sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate
, it updates the global preferences for all users.
Maybe SoftwareUpdate in particular is a global update that can't be set on the user level?