All,
I would like to utilize Applescript’s Progress Reporting system to track the progress of OSX updates with the command:
do shell script "sudo softwareupdate -irv" with administrator privileges
So far I have (though this may be completely wrong):
set Updates to (do shell script "sudo softwareupdate -irv" with administrator privileges)
set progress description to "Installing OSX Updates"
set progress additional description to "Please Wait..."
set progress total steps to Updates
Updates
I know this is wrong because “progress total steps” has to be an integer, any help here is greatly appreciated.
Thanks