Make it clearer on the command-line that Munki itself will not install (certain) Apple updates

This commit is contained in:
Greg Neagle
2023-05-02 11:38:15 -07:00
parent b6155af3dd
commit 2ed2e216f9
+2 -1
View File
@@ -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.