mirror of
https://github.com/munki/munki.git
synced 2026-05-12 07:19:05 -05:00
When calling softwareupdate use --verbose flag instead of -v flag for maximum OS compatibility
This commit is contained in:
@@ -1339,7 +1339,7 @@ class AppleUpdates(object):
|
||||
# this is not preferred because it uses way too much CPU
|
||||
# checking stdin for input that will never come...
|
||||
cmd = ['/usr/bin/script', '-q', '-t', '1', '/dev/null']
|
||||
cmd.extend(['/usr/sbin/softwareupdate', '-v'])
|
||||
cmd.extend(['/usr/sbin/softwareupdate', '--verbose'])
|
||||
|
||||
os_version_tuple = munkicommon.getOsVersion(as_tuple=True)
|
||||
if catalog_url:
|
||||
|
||||
Reference in New Issue
Block a user