Hello!
I'm trying to deploy the apex one agent to our macbooks through a policy in jamf pro.
At the moment its being done by using a .dmg with the following contents:
- .pkg (installer)
- one folder with subfolder "conf" and a .plist file
as well as this script provided by jamf:
installPKGfromDMG.sh
The scripts works as it should, but unfortunately only the .pkg file is copied and installed when the script is executed. The folders are being ignored - however, these are required for the agent to connect to the server and should be in the same folder as the .pkg when the installation process is happening.
How can I adjust the script or the policy so that this folder is also copied out of the dmg file during installation?
Thanks for your help.