Merge branch 'munki-main' into 27.0

This commit is contained in:
Graham Pugh (iMac Pro) 2022-08-29 21:06:37 +02:00
commit b1b7a8d02e
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Product installation failed.
Use a compatible Mac or select a different build compatible with your current hardware and try again. You may also have success running the script in a VM; the InstallationCheck script in versions of the macOS installer to date skips the checks (and returns success) when run on a VM.
##### Important note for Catalina+
Catalina privacy protections might interfere with the operation of this tool if you run it from ~/Desktop, ~/Documents, ~/Downloads or other directories protected in Catalina. Consider using /Users/Shared (or subdirectory) as the "working space" for this tool.
macOS privacy protections might interfere with the operation of this tool if you run it from ~/Desktop, ~/Documents, ~/Downloads or other directories protected in macOS Catalina or later. Consider using /Users/Shared (or subdirectory) as the "working space" for this tool.
##### Alternate implementations

View File

@ -1343,7 +1343,7 @@ def main():
% seeding_program
)
xattr.setxattr(
installer_app, "SeedProgram", seeding_program.encode()
installer_app, "SeedProgram", seeding_program.encode("UTF-8")
)
print("Product downloaded and installed to %s" % sparse_diskimage_path)
if args.raw: