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

This reverts commit d92afeaae9.
This commit is contained in:
Greg Neagle
2016-05-23 10:29:33 -07:00
parent 827113f3d5
commit bd3b1aa916
+1 -3
View File
@@ -1240,9 +1240,7 @@ class AppleUpdates(object):
cmd.append('/usr/sbin/softwareupdate')
os_version_tuple = munkicommon.getOsVersion(as_tuple=True)
if os_version_tuple > (10, 10):
cmd.append('-vv')
elif os_version_tuple > (10, 5):
if os_version_tuple > (10, 5):
cmd.append('-v')
if catalog_url: