Slashdot Mirror


10.2.2 Is Coming

stoffel writes "According to this article on spymac retailers just received the 10.2.2 update to Mac OS X, which features an updated file system and improvements to FTP, NFS, and Print Services ... too bad you can't set the software update utility to check every minute."

1 of 64 comments (clear)

  1. you can't wait? by goon+america · · Score: 1, Redundant
    too bad you can't set the software update utility to check every minute.

    #!/bin/sh

    while :
    do
    softwareupdate Mac OS X
    sleep 60
    done