-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TeamViewer Fixes and Improvements #221
Conversation
* Change PkgPayloadUnpacker to a custom processor until Autopkg is updated to include support. (autopkg/autopkg#804) * Removed version number of TV in comment
* Change behaviour to silent installation
A successful munki recipe run output:
|
This would be very helpful! |
Thank you for the PR and apologies for the wait. I'm going to merge this as-is. Hopefully we'll get the fix incorporated in AutoPkg processor in the near future. |
Hi Hannes, with io.github.hjuutilainen.pkg.TeamViewerHost i get back:
I Assume it is the same problem as you had on #220 Thanks and Keep up the Good Work! |
Just adding a diito that this affects the TeamViewerHost package now as well and needs the same fix. |
This PR is targeted at issues #212 #220.
TeamViewer has recently made changes that mean the currently available
PkgPayloadUnpacker
does not support the Payload provided. A custom processor has been provided with the requisite changes to service the recipe until the original one is updated at which point the custom processor will become redundant and be removed.Additionally, the changes to the Munki recipe ensure that TeamViewer does not start post-installation as detailed in the target issue.