Yeah, I admit it. I want OS X Mavericks, and I want it now.
Unfortunately, it´s not available yet from Software Update. So instead of manually checking every 5 minutes or so, I decided to create a small bash script that does it for me.
It´s very, very simple, but I think it does the job:
First off, pop into Terminal and get root access:
h0bbel::h0bair { ~ }-> sudo su -
while true
do
softwareupdate -l
sleep 60
done
chmod +x update.sh
h0bair:~ root# ./update.sh
Software Update Tool
Copyright 2002-2010 Apple
No new software available.
Related Posts
- Applescript, Desktop Wallpaper and Growl. Automagically. —
- Iomega IX2 and Time Machine Support —
- My Slate Setup —
- Quick and Dirty HTTP Based Deployment —
- Backing up vCenter DB with Veeam B&R 6.5 —
Post last updated on July 19, 2018: Various tweaks