grahampugh / erase-install

A script that automates downloading macOS installers, and optionally erasing or upgrading macOS in a single process. Watch the video!
https://grahamrpugh.com/2023/05/14/macaduk-presentation-eraseinstall.html
Apache License 2.0
837 stars 131 forks source link

have --update with --os grab the latest available installer that matches the requested --os if an older one is cached #292

Closed dnikles closed 1 year ago

dnikles commented 1 year ago

If the script is run with --os=12 --update, and a cached installer for 12.5.1 is on the system, it will use that installer. This request is that it would grab the latest available installer (currently 12.6) in this situation.

grahampugh commented 1 year ago

This should be working already. Reopen as a bug if it isn't for you.