diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 741f543909..79bf56a297 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -470,7 +470,7 @@ def start_patch(self): print("Root Patching not required for this machine!") elif self.model not in ModelArray.SupportedSMBIOS11 and self.constants.assume_legacy is False: print("Cannot run on this machine, model is unsupported!") - elif self.constants.detected_os < self.constants.big_sur: + elif self.constants.detected_os != self.constants.big_sur: print("Cannot run on this OS, requires macOS 11!") else: self.check_status() @@ -508,7 +508,7 @@ def start_patch(self): def start_unpatch(self): if self.constants.custom_model is not None: print("Unpatching must be done on target machine!") - elif self.constants.detected_os < self.constants.big_sur: + elif self.constants.detected_os != self.constants.big_sur: print("Cannot run on this OS, requires macOS 11!") else: self.check_status() diff --git a/payloads/Config/config.plist b/payloads/Config/config.plist index f499c01dce..25c5e1391e 100644 --- a/payloads/Config/config.plist +++ b/payloads/Config/config.plist @@ -1144,7 +1144,7 @@ SystemAudioVolume Rg== boot-args - keepsyms=1 debug=0x100 -no_compat_check + keepsyms=1 debug=0x100 -no_compat_check -lilubetaall csr-active-config AAAAAA==