Posted on 05-07-2018 08:48 AM
I've noticed that Jamf's nomad install script that's supposed to grab the latest nomad version and download it is not grabbing the current version. I opened a bug on the site a week ago but no response :(
Anybody have a quick and dirty fix for what's going wrong?
Solved! Go to Solution.
Posted on 05-07-2018 10:44 AM
sorry here's the correct then https://files.nomad.menu/NoMAD.pkg - they have 2 links on their site...I copied and pasted the wrong one.
Posted on 05-07-2018 11:23 AM
@brysontyrrell just accepted my PR to merge the change for the new URL. Please test it out and let us know if it works.
There may be a change coming that will allow the override of the URL with a variable in the event that the URL changes again in the future.
Posted on 05-07-2018 11:50 AM
That change is here: https://github.com/jamfit/NoMAD-Installer/pull/9
I'd ask that those who use this script review and comment.
Posted on 05-07-2018 09:10 AM
That's the version being served by the download URL. The NoMAD team likely needs to update the pkg installer at that location for download.
Posted on 05-07-2018 09:41 AM
Ya it looks like they have https://nomad.menu/download/NoMAD.pkg for the address in the script and it's now https://files.nomad.menu/NoMAD.zip based off of the download link on their site. So maybe just change the URL to match in the script with the new one.
Posted on 05-07-2018 09:45 AM
@boberito that's a different file download of the .app, not as a packaged .pkg. They maintain the .pkg download for AutoPkg purposes. I think they just need to update it. Would recommend you file an issue with NoMAD (maybe in the #nomad channel on Slack) and ask if they are planning on updating the .pkg download.
Posted on 05-07-2018 10:44 AM
sorry here's the correct then https://files.nomad.menu/NoMAD.pkg - they have 2 links on their site...I copied and pasted the wrong one.
Posted on 05-07-2018 11:23 AM
@brysontyrrell just accepted my PR to merge the change for the new URL. Please test it out and let us know if it works.
There may be a change coming that will allow the override of the URL with a variable in the event that the URL changes again in the future.
Posted on 05-07-2018 11:50 AM
That change is here: https://github.com/jamfit/NoMAD-Installer/pull/9
I'd ask that those who use this script review and comment.
Posted on 05-07-2018 12:17 PM
worked great! thank you!