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 f70e16b commit 020990fCopy full SHA for 020990f
scripts/autopilot.py
@@ -1209,7 +1209,7 @@ def stage2():
1209
print(color.BOLD+" 4. Catalina (10.15)")
1210
print(color.END+" 5. Mojave (10.14)")
1211
print(color.END+" 6. High Sierra (10.13)")
1212
- print(color.END+" 7. Mavericks (10.9)\n")
+ #print(color.END+" 7. Mavericks (10.9)\n")
1213
customInput = str(input(color.BOLD+"Select> "+color.END))
1214
1215
if customInput == "1":
@@ -1224,8 +1224,8 @@ def stage2():
1224
customInput = 1014
1225
elif customInput == "6":
1226
customInput = 1013
1227
- elif customInput == "7":
1228
- customInput = 109
+ #elif customInput == "7":
+ # customInput = 109
1229
else:
1230
customInput = 1015
1231
0 commit comments