From 210538cf53cc1ebe5d291b7f40f5c5576bca28a8 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:36:28 -0500 Subject: [PATCH] Create fetch-macOS.py --- fetch-macOS.py | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fetch-macOS.py diff --git a/fetch-macOS.py b/fetch-macOS.py new file mode 100644 index 0000000..41b65e2 --- /dev/null +++ b/fetch-macOS.py @@ -0,0 +1,31 @@ +import os + +print("Mojave : 1") +print("Catalina : 2") +print("Big Sur : 3") +print ("Monterey : 4") +osxver = input("Enter Version: ") + + +if osxver == 1: + os.system("python macrecovery.py -b Mac-2E6FAB96566FE58C -m 00000000000F25Y00 download") +elif osxver == 2: + os.system("python macrecovery.py -b Mac-7DF2A3B5E5D671ED -m 00000000000F65100 download") +elif osxver == 3: + os.system("python macrecovery.py -b Mac-F60DEB81FF30ACF6 -m 00000000000FNN100 download") +elif osxver == 4: + os.system("python macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000GDVW00 download") +elif osxver == 5: + os.system("python macrecovery.py -b Mac-FFE5EF870D7BA81A -m 00000000000GQRX00 download") +elif osxver == 6: + os.system("python macrecovery.py -b Mac-77F17D7DA9285301 -m 00000000000J0DX00 download") +elif osxver == 7: + os.system("python macrecovery.py -b Mac-7BA5B2D9E42DDD94 -m 00000000000J80300 download") +elif osxver == 8: + os.system("python macrecovery.py -b Mac-7BA5B2DFE22DDD8C -m 00000000000KXPG00 download") +elif osxver == 9: + os.system(" python macrecovery.py -b Mac-00BE6ED71E35EB86 -m 00000000000000000 download") +elif osxver == 10: + os.system(" python macrecovery.py -b Mac-42FD25EABCABB274 -m 00000000000000000 download") +elif osxver == 11: + os.system(" python ./macrecovery.py -b Mac-E43C1C25D4880AD6 -m 00000000000000000 download")