From e1ccdae4fad404bb20f035a73275c71b75c2ba9e Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 5 Sep 2017 10:35:48 -0700 Subject: [PATCH] Add the (presumed) default Apple softwareupdate CatalogURL to the list of OS-specific CatalogURLs in appleupdates/sync.py --- code/client/munkilib/appleupdates/sync.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/client/munkilib/appleupdates/sync.py b/code/client/munkilib/appleupdates/sync.py index 5856e5c6..f69dc1ad 100644 --- a/code/client/munkilib/appleupdates/sync.py +++ b/code/client/munkilib/appleupdates/sync.py @@ -65,6 +65,9 @@ DEFAULT_CATALOG_URLS = { '.merged-1.sucatalog'), '10.12': ('https://swscan.apple.com/content/catalogs/others/' 'index-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard' + '-leopard.merged-1.sucatalog'), + '10.13': ('https://swscan.apple.com/content/catalogs/others/' + 'index-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard' '-leopard.merged-1.sucatalog') }