Safari v16 update

Asifahmed
New Contributor III

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.

3 REPLIES 3

McAwesome
Valued Contributor

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.

Asifahmed
New Contributor III

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

 

Asifahmed
New Contributor III

Ohk, I got your script, thanks