1
0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-06-29 01:48:35 +02:00
macOS-Simple-KVM/fetch-macOS.py

40 lines
1.5 KiB
Python
Raw Normal View History

2022-02-01 21:36:28 +01:00
import os
2022-02-01 21:44:30 +01:00
print("Select the version of macOS you want to download")
print("1: Lion")
print("2: Mountain Lion")
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")
2022-02-01 21:36:28 +01:00
osxver = input("Enter Version: ")
if osxver == 1:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download")
2022-02-01 21:36:28 +01:00
elif osxver == 2:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-7DF2A3B5E5D671ED -m 00000000000F65100 download")
2022-02-01 21:36:28 +01:00
elif osxver == 3:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-F60DEB81FF30ACF6 -m 00000000000FNN100 download")
2022-02-01 21:36:28 +01:00
elif osxver == 4:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000GDVW00 download")
2022-02-01 21:36:28 +01:00
elif osxver == 5:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000GQRX00 download")
2022-02-01 21:36:28 +01:00
elif osxver == 6:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-77F17D7DA9285301 -m 00000000000J0DX00 download")
2022-02-01 21:36:28 +01:00
elif osxver == 7:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-7BA5B2D9E42DDD94 -m 00000000000J80300 download")
2022-02-01 21:36:28 +01:00
elif osxver == 8:
2022-02-01 21:58:47 +01:00
os.system("python macrecovery.py -b Mac-7BA5B2DFE22DDD8C -m 00000000000KXPG00 download")
2022-02-01 21:36:28 +01:00
elif osxver == 9:
2022-02-01 21:58:47 +01:00
os.system(" python macrecovery.py -b Mac-00BE6ED71E35EB86 -m 00000000000000000 download")
2022-02-01 21:36:28 +01:00
elif osxver == 10:
2022-02-01 21:58:47 +01:00
os.system(" python macrecovery.py -b Mac-42FD25EABCABB274 -m 00000000000000000 download")
2022-02-01 21:36:28 +01:00
elif osxver == 11:
2022-02-01 21:58:47 +01:00
os.system(" python python macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000000000 download")