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
834 stars 131 forks source link

[Code Comment Correction] Line 172 #508

Closed jarrodCoombes closed 3 months ago

jarrodCoombes commented 3 months ago

Probably very low priority, but line 172 says:

# now count down while checking for power

When it should probably say:

# now count down while checking if Find My has been disabled

grahampugh commented 3 months ago

This is fixed in v35.0. Thanks!