Posted on 06-18-2019 02:25 AM
Hi all,
we want to deploy some 'Software-Stacks' e.g. 'Software-Stack IT' which installs Remote Desktop and iTerm2. We already tried a Policy which installs all needed Packages. It works without a problem, but it has one small downside: If the by the Stack installed Software (iTerm2) is also available in Self Service as a standalone Installation, the Item is not marked as 'Installed'. The Button stays at 'Install' and does not switch to 'Reinstall'.
So i am on the search for some kind to initiate the self service install via a script or something. My idea was to let the Software Stack only execute a Script which call Self Service to install the needed package. 'open "jamfselfservice://content?entity=policy&id=86&action=execute"' sadly did not work. Any other way?
Thank you very much!
Solved! Go to Solution.
Posted on 06-18-2019 03:06 AM
Found a solution: Use '/usr/local/bin/jamf policy -trigger $CustomTrigger' in Scripts :)
Posted on 06-18-2019 03:06 AM
Found a solution: Use '/usr/local/bin/jamf policy -trigger $CustomTrigger' in Scripts :)
Posted on 07-19-2021 06:02 AM
@mkessler may I ask how are you installing iTerm2 via Self Service? could you share your script please?