0

Similar to Change update frequency of app store in Mountain Lion?

Is there a way to change the frequency the App Store checks for updates in Yosemite?

Lacer
  • 344

1 Answers1

1

The same command still works in Yosemite:

sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate ScheduleFrequency 3

The integer represents the check interval in days.

grg
  • 201,078