Skip to content

Commit 0ac64c9

Browse files
committed
Sigh.
Signed-off-by: Hector Martin <[email protected]>
1 parent 1528a4d commit 0ac64c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ def choose_ipsw(self, supported_fw=None):
454454
if self.expert:
455455
p_question("Choose the macOS version to use for boot firmware:")
456456
p_plain("(If unsure, just press enter)")
457+
p_warning("Picking a non-default option here is UNSUPPORTED and will BREAK YOUR SYSTEM.")
458+
p_warning("DO NOT FILE BUGS. YOU HAVE BEEN WARNED.")
457459
idx = self.choice("Version", [i.version for i in avail], len(avail)-1)
458460
else:
459461
idx = len(avail)-1

0 commit comments

Comments
 (0)