Skip to content

Commit 020990f

Browse files
committed
Remove unready AP target OS
1 parent f70e16b commit 020990f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/autopilot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ def stage2():
12091209
print(color.BOLD+" 4. Catalina (10.15)")
12101210
print(color.END+" 5. Mojave (10.14)")
12111211
print(color.END+" 6. High Sierra (10.13)")
1212-
print(color.END+" 7. Mavericks (10.9)\n")
1212+
#print(color.END+" 7. Mavericks (10.9)\n")
12131213
customInput = str(input(color.BOLD+"Select> "+color.END))
12141214

12151215
if customInput == "1":
@@ -1224,8 +1224,8 @@ def stage2():
12241224
customInput = 1014
12251225
elif customInput == "6":
12261226
customInput = 1013
1227-
elif customInput == "7":
1228-
customInput = 109
1227+
#elif customInput == "7":
1228+
# customInput = 109
12291229
else:
12301230
customInput = 1015
12311231

0 commit comments

Comments
 (0)