This commit is contained in:
kommtzeitkonrad
2021-02-11 22:42:07 +01:00
parent 39e2a16f8f
commit 079d4e0564
+1 -1
View File
@@ -389,7 +389,7 @@ def MoveOpenCore():
print("") print("")
efiVol = "/Volumes/EFI" efiVol = "/Volumes/EFI"
if os.path.exists(efiVol): if os.path.exists(efiVol):
print("Coping OpenCore onto Volumes/EFI") print("Copying OpenCore onto Volumes/EFI")
if os.path.exists("/Volumes/EFI/EFI"): if os.path.exists("/Volumes/EFI/EFI"):
print("Cleaning EFI folder") print("Cleaning EFI folder")
rmtree("/Volumes/EFI/EFI") rmtree("/Volumes/EFI/EFI")