From 85814e1137a79a05538c5698aa194dd92968a836 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:44:30 -0500 Subject: [PATCH] Update fetch-macOS.py --- fetch-macOS.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/fetch-macOS.py b/fetch-macOS.py index 41b65e2..98065b3 100755 --- a/fetch-macOS.py +++ b/fetch-macOS.py @@ -1,9 +1,17 @@ import os -print("Mojave : 1") -print("Catalina : 2") -print("Big Sur : 3") -print ("Monterey : 4") +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") osxver = input("Enter Version: ")