mirror of
https://github.com/munki/munki.git
synced 2026-05-04 11:29:16 -05:00
Make it clearer on the command-line that Munki itself will not install (certain) Apple updates
This commit is contained in:
@@ -569,7 +569,8 @@ class AppleUpdates(object):
|
||||
display.display_info(' *Logout required')
|
||||
reports.report['LogoutRequired'] = True
|
||||
if item not in munki_installable_updates:
|
||||
display.display_info(' *Must be manually installed')
|
||||
display.display_info(
|
||||
" *Must be manually installed with Apple's tools")
|
||||
|
||||
def installable_updates(self, apple_updates=None):
|
||||
"""Returns a list of installable Apple updates.
|
||||
|
||||
Reference in New Issue
Block a user