utilities.py: Set checksum check to optional

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/915
This commit is contained in:
Mykola Grymalyuk
2022-02-05 09:14:23 -07:00
parent 3a9479a1d6
commit e2aa6b4b48
2 changed files with 13 additions and 7 deletions
+1
View File
@@ -87,6 +87,7 @@ def download_install_assistant(download_path, ia_link):
return False
def install_macOS_installer(download_path):
print("- Extracting macOS installer from InstallAssistant.pkg\n This may take some time")
args = [
"osascript",
"-e",