@hwlans commented on GitHub:
Unfortunately, it looks like there is no reliable way to detect a new version on the Box website.
There is a changelog, but…
@acodega commented on GitHub:
Twingate was added on February 18 but you're using 10.7 which was released on January 21. Its available in the current "beta" from the main repo and also in 10.8…
@TheDaveyBoy commented on GitHub:
Looking at the current installomator build you would enter this block of code at line 420.
displaydialogContinueTimeout() { # $1: message $2: title
…
@TheDaveyBoy commented on GitHub:
You would need to either update the script after each release and push it into the "/Library/Management/Installomator/Installomator.sh". or change the App…
@TheDaveyBoy commented on GitHub:
Your app auto-patch settings should look something like this:
<key>InstallomatorOptions</key>
<string>DEBUG=0 NOTIFY=silent BLOCKING_PROCESS_ACTION=tell_use…
@roger-ashcraftii commented on GitHub:
Untitled.sh: line 1423: autoload: command not found Untitled.sh: line 1426:…
@PckgrTom commented on GitHub:
Confirmed that reverting the script to 10.7 does resolve it
@acodega commented on GitHub:
The label works for me. It downloads https://support.ricoh.com/bb/pub_e/dr_ut_e/0001337/0001337884/V4400/Ricoh_PS_Printers_Vol4_EXP_LIO_4.4.0.0.dmg which is…
@mrmte commented on GitHub:
Yes I’m aware of that. But as I have already stipulated using the force, there is no way to have a pop up to try to get the user to quit it, timesout and force kills…
@PckgrTom commented on GitHub:
There's been a change in Swiftdialog command file permissions, see: https://github.com/swiftDialog/swiftDialog/releases/tag/v2.5.5
This was released back in…
@5h4rk1337 commented on GitHub:
It's the if statement at the end. I'm not sure if using it is in error or something has changed in Jamf swiftDialog.. but remove the if statement at line 276.…
@acodega commented on GitHub:
It's the if statement at the end. I'm not sure if using it is in error or something has changed in Jamf swiftDialog.. but remove the if statement at line 276. You…
@jfwdev commented on GitHub:
There's been a change in Swiftdialog command file permissions, see: https://github.com/swiftDialog/swiftDialog/releases/tag/v2.5.5
@acodega commented on GitHub:
Keep in mind Installomator is zsh, not bash.