You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
atweiden
added a commit
to atweiden/macfiles
that referenced
this issue
Dec 27, 2022
I noticed the
defaults write com.apple.SoftwareUpdate
commands aren't working, though they do work withsudo 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 runningsudo 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?
The text was updated successfully, but these errors were encountered: