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 1528a4d commit 0ac64c9Copy full SHA for 0ac64c9
1 file changed
src/main.py
@@ -454,6 +454,8 @@ def choose_ipsw(self, supported_fw=None):
454
if self.expert:
455
p_question("Choose the macOS version to use for boot firmware:")
456
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.")
459
idx = self.choice("Version", [i.version for i in avail], len(avail)-1)
460
else:
461
idx = len(avail)-1
0 commit comments