Add the (presumed) default Apple softwareupdate CatalogURL to the list of OS-specific CatalogURLs in appleupdates/sync.py

This commit is contained in:
Greg Neagle
2017-09-05 10:35:48 -07:00
parent 1c54ff3219
commit e1ccdae4fa
@@ -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')
}