From 8b271e166eaf366d8493a24170b8375e229a3393 Mon Sep 17 00:00:00 2001 From: scizzydo <34661795+scizzydo@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:17:22 -0700 Subject: [PATCH] Ventura board updated in fetcher Would pull Sonoma BaseSystem.dmg with the board that was set --- fetch-macOS-v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-macOS-v2.py b/fetch-macOS-v2.py index f2542b1..021a853 100755 --- a/fetch-macOS-v2.py +++ b/fetch-macOS-v2.py @@ -529,7 +529,7 @@ def main(): {"name": "Catalina (10.15)", "b": "Mac-00BE6ED71E35EB86", "m": "00000000000000000", "short": "catalina"}, {"name": "Big Sur (11.7) - RECOMMENDED", "b": "Mac-2BD1B31983FE1663", "m": "00000000000000000", "short": "big-sur"}, {"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"}, - {"name": "Ventura (13)", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000000000", "os_type": "latest", "short": "ventura"}, + {"name": "Ventura (13)", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"}, {"name": "Sonoma (14) ", "b": "Mac-A61BADE1FDAD7B05", "m": "00000000000000000", "short": "sonoma"} ] for index, product in enumerate(products):