From 627a9f3133884a5be05966d381e1804b138850d1 Mon Sep 17 00:00:00 2001 From: Graham Pugh Date: Sat, 2 Oct 2021 00:31:08 +0200 Subject: [PATCH] Update to work on Monterey --- installinstallmacos.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/installinstallmacos.py b/installinstallmacos.py index c6b17d6..e6f4d1f 100755 --- a/installinstallmacos.py +++ b/installinstallmacos.py @@ -57,7 +57,10 @@ DEFAULT_SUCATALOGS = { "index-10.15-10.14-10.13-10.12-10.11-10.10-10.9" "-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog", "20": "https://swscan.apple.com/content/catalogs/others/" - "index-11-10.15-10.14-10.13-10.12-10.11-10.10-10.9" + "index-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9" + "-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog", + "21": "https://swscan.apple.com/content/catalogs/others/" + "index-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9" "-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog", } @@ -823,7 +826,9 @@ def main(): "for the current device.", ) parser.add_argument( - "--warnings", action="store_true", help="Show warnings in the listed output", + "--warnings", + action="store_true", + help="Show warnings in the listed output", ) parser.add_argument( "--beta",