Add dot_clean and clarify docs

Thanks OKonnel!
This commit is contained in:
Mykola Grymalyuk
2021-03-26 07:49:02 -06:00
parent d13f96a454
commit e1a8cdc1d5
2 changed files with 3 additions and 1 deletions

View File

@@ -606,6 +606,8 @@ Please build OpenCore first!"""
else:
print("- Adding Internal Drive icon")
shutil.copy(self.constants.icon_path_internal, mount_path)
print("- Cleaning install location")
subprocess.run(f"dot_clean '{mount_path}'".split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print("- OpenCore transfer complete")
print("\nPress [Enter] to continue.\n")
input()