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. — Published
- Iomega IX2 and Time Machine Support — Published
- My Slate Setup — Published
- Quick and Dirty HTTP Based Deployment — Published
- vSphere Platform Services Controller (PSC) topology and Omnigraffle — Published
Post last updated on January 2, 2024: Add author