mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
Merge branch 'munki-main' into 27.0
This commit is contained in:
commit
b1b7a8d02e
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user