Has anyone been able to install CB Response via self service.
I created a package with the following steps in composer:
- private mpCBResponsefilename.pkg
post install script:
#!/bin/sh
## postinstall
sudo installer -pkg "/private/tmp/CBResponse/CBResponseClientSetup.pkg" -target /
delay 60
sudo rm -r /private/tmp/CBResponse
exit 0 ## Success
exit 1 ## Failure
Self service reports a successful installation but the computer doesn't show up as a sensor.
If I run the pkg on a computer and go through the prompts it installs just fine.