nomad menu upgrade

jwojda
Valued Contributor II

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?

3 REPLIES 3

gore_jperry
New Contributor II

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.

jwojda
Valued Contributor II

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.

MrRoboto
Contributor III

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