Skip to main content

Hello All,

 

I deploy macOS update through Nudge, I can see those mac devices are getting updated successfully but it is not getting Safari v16 update, it is showing me pending, I need a help how can I deploy that pending Safari v16 update on all mac clients.

I've started testing this script for that task.  It should check if the application is open before kicking off the update.  The one change I made in my testing was that it technically errors out if there aren't any pending updates.  I just changed that from exit 1 to exit 0 since that's not a "fail" in my eyes.


Are you doing it by BASH(softwareupdate) or anything else?

 


Are you doing it by BASH(softwareupdate) or anything else?

 


Ohk, I got your script, thanks