From 928dee6f7e04995c165d859a570d6138ac1416fc Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 29 Aug 2012 14:49:48 +0300 Subject: [PATCH] .osx: Check for software updates daily --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 25fb66395e4..26f2a6610f7 100755 --- a/.osx +++ b/.osx @@ -87,6 +87,9 @@ systemsetup -setrestartfreeze on # Never go into computer sleep mode systemsetup -setcomputersleep Off > /dev/null +# Check for software updates daily, not just once per week +defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 1 + ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input # ###############################################################################