Posted on 10-11-2019 06:54 AM
We're currently using the Jamf script to install nomad and setup the launcher. When I ran it on some devices with an old version to upgrade it upgraded silently and was fine. Other devices however seemed to generate another launcher and put up a splash screen.
What's the easiest way to upgrade nomad silently?
Posted on 01-03-2020 12:21 PM
Did you ever try or get a response on this? We're getting ready to push out Catalina and we've learned the version we deploy in Jamf doesn't work.
Posted on 01-07-2020 05:59 AM
nope, I tried running the install script that grabs the latest version from nomad and creates a launchd to autolaunch it... that worked, but on some machines it seemed to create duplicate nomad menu-lets for some people.
Posted on 02-11-2020 10:18 AM
I'm using the same script and have also had the duplicate Nomad process. I added the following lines to the end of the script to take care of this...
log "NoMAD.app install complete"
log "Killing NoMAD to relaunch app"
killall NoMAD
exit 0