1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-02 06:03:31 +02:00

Update fetch-macOS.py

This commit is contained in:
notAperson535 2022-02-01 15:44:30 -05:00 committed by GitHub
parent 20a6111fdf
commit 85814e1137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,17 @@
import os import os
print("Mojave : 1") print("Select the version of macOS you want to download")
print("Catalina : 2") print("1: Lion")
print("Big Sur : 3") print("2: Mountain Lion")
print ("Monterey : 4") print("3: Mavericks")
print("4: Yosemite")
print("5: El Capitan")
print("6: Sierra")
print("7: High Sierra")
print("8: Mojave")
print("9: Catalina")
print("10: Big Sur")
print("11: Monterey")
osxver = input("Enter Version: ") osxver = input("Enter Version: ")