Skip to content

Releases: grahampugh/erase-install

0.15.4

31 Jul 12:19
Compare
Choose a tag to compare
  • Added --pythonpath option so that you can select a different python with which to run installinstallmacos.py. Default is $(which python).
  • installinstallmacos.py now has a --warnings option about whether to show the Notes/Warnings in the list output or not. This has been hard-coded into erase-install.sh to maintain current behaviour.

0.15.3

22 Jul 14:51
Compare
Choose a tag to compare
  • Fixed another small piece of failed logic around the check for whether there is already an installer which was finding other apps with macOS in the name. Now, only apps with Install macOS*.app will be found.

0.15.2

14 Jul 10:53
Compare
Choose a tag to compare
  • Fixed some failed logic around the check for whether there is already an installer in the /Applications folder which was erroneously also looking in other locations.

0.15.1

23 Jun 13:18
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release
  • Parameters can now be supplied as --argument value as an alternative to --argument=value to provide more consistency with the included tools (installinstallmacos.py and softwareupdate).

0.15.0

09 Jun 17:48
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release
  • Adds --allowremoval option to the startosinstall command by default. This is an undocumented flag which is required under certain circumstances where there are backup files on the system disk.

0.14.0

06 May 15:21
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • Adds --replace_invalid option for the option to overwrite a cached installer if it is not valid for use with --erase or --reinstall.
  • Adds --update option for the option to overwrite a cached installer if a newer installer is available.

0.13.0

04 May 14:15
Compare
Choose a tag to compare
  • Adds --preservecontainer option for workflows that need to retain a container when performing eraseinstall.
  • Adds additional flags to caffeinate to attempt to more robustly prevent device sleeping.
  • Fix for missing heading in the full screen display of the --reinstall option.
  • Added a test script tests/test-erase-install.sh for testing out functionality.

0.12.1

14 Apr 10:00
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release
  • Use --forcequitapps when using the macOS Catalina installer, rather than just when running on a macOS Catalina client (issue #25).

0.12.0

13 Feb 18:46
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • Removed downloaded OS validity check for modes where the installer is not required for reinstall or eraseinstall, to prevent unnecessary exit failures.
  • Fixed a problem preveting --move from working when overwriting a valid installer.
  • Other small bugfixes.

0.11.1

03 Feb 14:35
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • Restricted the add forcequitapps install_args option to macOS 10.15 or greater, as this is not functional with older versions (#35). Thanks to '@ahousseini' for the contribution.