autopkg / recipes

Recipes for AutoPkg
231 stars 204 forks source link

Error with GoogleChrome.pkg recipe #445

Open jshirle2 opened 1 year ago

jshirle2 commented 1 year ago

Encountered this error

Cache/com.github.autopkg.pkg.googlechromepkg/unpack/GoogleChrome.pkg/Payload with ditto failed: ditto: cpio read error: bad file format

It appears to download properly, but it is failing on the pkg recipe.

basdeg commented 1 year ago

In another recipe i use for Google Drive, i had to replace the payloadUnpacker with PBXZPayloadUnpacker custom processor. https://github.com/autopkg/hjuutilainen-recipes/blob/master/TeamViewer/PBXZPayloadUnpacker.py

nmcspadden commented 1 year ago

This should be fixed in the latest release of AutoPkg (2.7.2).

jshirle2 commented 1 year ago

@nmcspadden Thanks for that! To update Autopkg from 2.7 can I just run the pkg over the top for the new version?