mirror of
https://github.com/munki/munki.git
synced 2026-05-07 21:09:38 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user