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.