kc9wwh / macOSUpgrade

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

Support for upgrading to Big Sur #156

Closed taniguti closed 3 years ago

taniguti commented 3 years ago
kc9wwh commented 3 years ago

Thanks for your work on this @taniguti!

APS also submitted a pull request for similar updates and I decided to go with their changes as it was a bit cleaner. I did review this and I don't think there were any additional changes that were not covered in PR #157. But take a look and let me know if there is something additional we should implement.

Thanks again for all your hard work on this, I really do appreciate it!

taniguti commented 3 years ago

@kc9wwh

157 fails at https://github.com/kc9wwh/macOSUpgrade/blob/master/macOSUpgrade.sh#L388.

Big Sur installer does not have Contents/SharedSupport/InstallInfo.plist. Also DMG file name has changed. So it will fails to check check sum.

https://github.com/kc9wwh/macOSUpgrade/pull/156/files#diff-1c2f7b06d0556bfdd7cc08175bfcf5ee3e13b3e208a7ba0a1d6b232ca564bf20R80-R86

I think #157 has not be tested. I merged #157 (master) into this branch and test it.

taniguti commented 3 years ago

all test cases above are passed.