@scriptingosx commented on GitHub:
this is simple enough for apps with a single process, but what about apps that have multiple processes?
@Theile commented on GitHub:
I have released a branch of Installomator that I use with Mosyle, and I added version number to many of the labels in my solution. That way I can have Mosyle run the…
@Theile commented on GitHub:
Super, I'm more than happy to do any contribution.
What is currently important for Mosyle is a way for the script to check installed version before trying to…
@mdmmac commented on GitHub:
Thank you @Theile your fork is exactly what I was looking for.
@Theile commented on GitHub:
Hi Armin,
I have branched your great work to a solution with version checking, and where the admin can built a pkg for installation into /usr/local/bin.
This is…
@scriptingosx commented on GitHub:
implemented a workaround in 3530130b487e04b980a4407c18538c78ac492207
@mdmmac commented on GitHub:
To install locally, without a package, I used the following script (credit : Mosyle.com)
#!/bin/bash
Download a file on /usr/local/bin
URLDOWNLOAD="http://any…
@scriptingosx commented on GitHub:
A signed and notarized distribution package which will install Installomator.sh in /usr/local/Installomator/Installomator.sh is now available in the…
@Theile commented on GitHub:
I think the script was meant for my branch, as I separated the labels out in their own script (InstallomatorLabels.sh). My basic idea was that the script could load…
@scriptingosx commented on GitHub:
@Theile this is awesome!
I have created issues #84 and #85 to make merging your changes a part of the planning. Together with the app-version issues/PRs, we…
@scriptingosx commented on GitHub:
- downloading and installing
Labels.txtis not necessary - that Mosyle recommends to download a script which will be run with root privileges using curl…