From 0484e8e18c443f8091f9a54638d8bee79a6d68df Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 5 Oct 2021 17:03:40 -0600 Subject: [PATCH] Fix typo --- resources/sys_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sys_patch.py b/resources/sys_patch.py index 6326c086a..990c13f39 100644 --- a/resources/sys_patch.py +++ b/resources/sys_patch.py @@ -795,7 +795,7 @@ set million colour before rebooting""" print("For Hackintoshes, please add amfi_get_out_of_my_way=1 to boot-args") if self.check_board_id is True and ( - self.computer.reported_board_id not in self.constants.sandy_board_id or + self.computer.reported_board_id not in self.constants.sandy_board_id and self.computer.reported_board_id not in self.constants.sandy_board_id_stock ): print("\nCannot patch! Board ID not supported by AppleIntelSNBGraphicsFB")