Attempt to get progress info working again during Apple Software Update installs on El Capitan

This commit is contained in:
Greg Neagle
2016-05-13 16:33:16 -07:00
parent 28cb5f7c66
commit d92afeaae9

View File

@@ -1240,7 +1240,9 @@ class AppleUpdates(object):
cmd.append('/usr/sbin/softwareupdate')
os_version_tuple = munkicommon.getOsVersion(as_tuple=True)
if os_version_tuple > (10, 5):
if os_version_tuple > (10, 10):
cmd.append('-vv')
elif os_version_tuple > (10, 5):
cmd.append('-v')
if catalog_url: