-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi Perry,
I have seen in patching and upgrade both the script it randomly stuck for reboot and just downloads the installer in backend and installs only after user clicks install in next day deferral pop-up BUT if user clicks on defer it again starts counting from deferral day one and it results endless logical loop until user clicks on install and it discards the old installer and downloads the new installer package, so here I can see only reboot is really required which is not happening and I think after script downloads the package in backend.
now here can you please add a script here to pop-up a window when the installer finishes download and install at backend? and then show the message something like "Mac OS update is pending reboot" along with Reboot now button so user can initiate the reboot. (also please remove auto reboot option from the script)
So it looks like:
Setup downloads installer and installs after finish ----> popup window with reboot button. ---> user click on reboot now button. ---> system reboots and completes the remaining update/upgrade process.