unix command to disable software update

James Clark

Registered
hi

Can someone give me the unix command to simply disable automatic software updates or even beter to configure the verious options?
 
Code:
softwareupdate --schedule off

To see the other available options:

Code:
softwareupdate -h
 
Back
Top