Increment binaries

This commit is contained in:
Mykola Grymalyuk
2021-06-08 11:27:00 -06:00
parent 9b69700733
commit b576e5a511
27 changed files with 23 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ system_profiler SPHardwareDataType | grep 'Model Identifier'
print_models = input(f"Print list of valid options for macOS {self.constants.os_support}? (y/n)")
if print_models in {"y", "Y", "yes", "Yes"}:
print("\n".join(ModelArray.SupportedSMBIOS))
input("Press any key to continue...")
input("\nPress [ENTER] to continue")
def patcher_settings(self):
response = None