From 32bee3dbf03efa5c6096e6be95c87864faa99bec Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 14 Jun 2016 13:53:31 -0700 Subject: [PATCH] Add macOS Sierra softwareupdate default CatalogURL --- code/client/munkilib/appleupdates.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/client/munkilib/appleupdates.py b/code/client/munkilib/appleupdates.py index f3f8137c..6e6e2abb 100755 --- a/code/client/munkilib/appleupdates.py +++ b/code/client/munkilib/appleupdates.py @@ -79,6 +79,9 @@ DEFAULT_CATALOG_URLS = { '10.11': ('https://swscan.apple.com/content/catalogs/others/' 'index-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard' '.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') } # Preference domain for Apple Software Update.