Skip to main content
Question

Safari v16 update

  • October 20, 2022
  • 3 replies
  • 9 views

Asifahmed
Forum|alt.badge.img+9

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

Forum|alt.badge.img+16
  • Honored Contributor
  • 337 replies
  • October 20, 2022

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
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 174 replies
  • October 20, 2022

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

 


Asifahmed
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 174 replies
  • October 20, 2022

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

 


Ohk, I got your script, thanks