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
845 stars 132 forks source link

Replace installinstallmacos with mist #295

Closed grahampugh closed 1 year ago

grahampugh commented 2 years ago

Is your feature request related to a problem? Please describe. Since the removal of python2 from macOS, installinstallmacos has had to ship with python3, or else users had to provide their own python. This complicates the build process of erase-install due to the multiple interdependencies. A fork of installinstallmacos also has to be maintained just for this. In the meantime, mist has added enough features that it should be able to be used instead.

Describe the solution you'd like Replace the calls to installinstallmacos with calls to mist.

grahampugh commented 1 year ago

v28.0+ uses mist