Skip to content

Commit 3c7ad8b

Browse files
committed
main: Allow dangerous installs in expert mode
Signed-off-by: Hector Martin <[email protected]>
1 parent d459398 commit 3c7ad8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def main(self):
861861
print()
862862
sys.exit(1)
863863

864-
if split_ver(self.sysinfo.sros_ver) < split_ver(BUGGY_SFR_MIN):
864+
if split_ver(self.sysinfo.sros_ver) < split_ver(BUGGY_SFR_MIN) and not self.expert:
865865
p_error("Mismatched System Firmware / System Recovery detected!")
866866
print()
867867
p_warning("You have a machine with a ProMotion display, with a System Firmware version")

0 commit comments

Comments
 (0)