kc9wwh / macOSUpgrade

Workflow for doing in-place upgrades.
Other
420 stars 103 forks source link

Add --forcequitapps #140

Closed arekdreyer closed 4 years ago

arekdreyer commented 4 years ago

If the installer is for Catalina (or above), add --forcequitapps to the startosinsatllOptions variable, to prevent Self Service from cancelling a restart.

arekdreyer commented 4 years ago

This addresses https://github.com/kc9wwh/macOSUpgrade/issues/135

taniguti commented 4 years ago

I checked update from 10.14.6 to 10.15.3 and work as we expected. Thanks!

staze commented 4 years ago

Thank you for this. Any chance we could catch for 10.14.x (or not 10.15 and above) install and add a "killall Self\ Service" as outlined in #135 ?