mirror of
https://github.com/munki/munki.git
synced 2026-01-05 22:20:00 -06:00
Attempt to get progress info working again during Apple Software Update installs on El Capitan
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user