We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7e991 commit 22b9853Copy full SHA for 22b9853
Resources/SysPatch.py
@@ -334,7 +334,7 @@ def start_patch(self):
334
print("Root Patching must be done on target machine!")
335
elif self.model in ModelArray.NoRootPatch11 and self.constants.assume_legacy is False:
336
print("Root Patching not required for this machine!")
337
- elif self.model not in ModelArray.SupportedSMBIOS:
+ elif self.model not in ModelArray.SupportedSMBIOS11:
338
print("Cannot run on this machine, model is unsupported!")
339
elif self.constants.detected_os < self.constants.big_sur:
340
print(f"Cannot run on this OS, requires macOS 11!")
0 commit comments