From 85559d4d9e3dbd6a485f7dc2f5630187ac9d5f5a Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 20 Jun 2021 00:31:41 -0600 Subject: [PATCH] Fix typo --- Resources/SysPatch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 5936cdf5f..bbc6e62af 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -345,7 +345,7 @@ class PatchSysVolume: file.write(chunk) count += len(chunk) Utilities.cls() - print("- Downloading Apple binaries (Big Sur) from PatcherSupportPkg") + print(f"- Downloading Apple binaries ({os_ver}) from PatcherSupportPkg") print(f"- {count / 1024 / 1024}MB Downloaded") checksum = hashlib.sha256() with self.constants.payload_apple_root_path_zip.open("rb") as file: @@ -485,7 +485,6 @@ class PatchSysVolume: print("- Starting Patch Process") print(f"- Determinging Required Patch set for Darwin {self.constants.detected_os}") self.detect_patch_set() - self.check_files() if self.no_patch is False and self.constants.gui_mode is False: change_menu = input("Would you like to continue with Root Volume Patching?(y/n): ") else: