From 7b4ddff2bae86746ddfee9824f66c7b886033830 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 10 Jun 2015 08:28:28 -0700 Subject: [PATCH] Add .sutcatalog URL for El Cap --- code/client/munkilib/appleupdates.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/client/munkilib/appleupdates.py b/code/client/munkilib/appleupdates.py index 4e9b1703..753e4819 100755 --- a/code/client/munkilib/appleupdates.py +++ b/code/client/munkilib/appleupdates.py @@ -75,7 +75,10 @@ DEFAULT_CATALOG_URLS = { 'index-10.9-mountainlion-lion-snowleopard-leopard.merged-1' '.sucatalog'), '10.10': ('https://swscan.apple.com/content/catalogs/others/' - 'index-10.10-10.9-mountainlion-lion-snowleopard-leopard' + 'index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1' + '.sucatalog'), + '10.11': ('https://swscan.apple.com/content/catalogs/others/' + 'index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard' '.merged-1.sucatalog') }