aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-29 14:49:48 +0300
committerMathias Bynens <mathias@qiwi.be>2012-08-29 14:49:48 +0300
commit928dee6f7e04995c165d859a570d6138ac1416fc (patch)
tree3d5368033e2949c365653eca597058123ec744b4
parent1aeba0cba820db7f412536cb8aed30f28ec1a9a8 (diff)
downloaddotfiles-928dee6f7e04995c165d859a570d6138ac1416fc.tar.gz
dotfiles-928dee6f7e04995c165d859a570d6138ac1416fc.tar.bz2
dotfiles-928dee6f7e04995c165d859a570d6138ac1416fc.zip
.osx: Check for software updates daily
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 25fb663..26f2a66 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 #
###############################################################################