From c9846e8984318bb68999894c2a77c304001989f7 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Fri, 27 Sep 2019 15:37:13 -0700 Subject: [PATCH] Add Catalina sucatalog --- installinstallmacos.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installinstallmacos.py b/installinstallmacos.py index 0983905..8888068 100755 --- a/installinstallmacos.py +++ b/installinstallmacos.py @@ -51,9 +51,11 @@ DEFAULT_SUCATALOGS = { '18': 'https://swscan.apple.com/content/catalogs/others/' 'index-10.14-10.13-10.12-10.11-10.10-10.9' '-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog', + '19': 'https://swscan.apple.com/content/catalogs/others/' + 'index-10.15-10.14-10.13-10.12-10.11-10.10-10.9' + '-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog', } - SEED_CATALOGS_PLIST = ( '/System/Library/PrivateFrameworks/Seeding.framework/Versions/Current/' 'Resources/SeedCatalogs.plist'