installer.py: Download SUCatalog into memory

Skips writing to disk
This commit is contained in:
Mykola Grymalyuk
2022-04-06 13:42:39 -06:00
parent 3a9d97131d
commit 5d193192ef
6 changed files with 23 additions and 13 deletions

View File

@@ -247,8 +247,7 @@ class PatchSysVolume:
if result.returncode != 0 or (self.constants.detected_os < os_data.os_data.catalina and "KernelCache ID" not in result.stdout.decode()):
self.success_status = False
print("- Unable to build new kernel cache")
print("\nPlease report this to Github")
print("Reason for Patch Failure:")
print("\nReason for Patch Failure:")
print(result.stdout.decode())
print("")
print("\nPlease reboot the machine to avoid potential issues rerunning the patcher")