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.
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.