@erefneb commented on GitHub:
Instead of changing the script, just try adding the key as a Jamf parameter value, or however you run the script just add the downloadURL flag.
@AirBookMac commented on GitHub:
I've changed the gimp label to:
gimp) name="GIMP" type="dmg" if ; then downloadURL=https://$(curl -fs…
@erefneb commented on GitHub:
A little birdie recently informed me there is an Installomator flag just for this. "downloadURL" You can use this flag to specify/override the URL for an app.…
@jschwager commented on GitHub:
I created pull request #1997 for this. Unfortunately just updating the downloadURL variable will not fix this. The appNewVersion variable can no longer be used…
@sean-enright commented on GitHub:
Came here to report this is still an issue.
2024-10-14 15:32:41 : INFO : microsoftcompanyportal : found app at /Applications/Company Portal.app, version…
@tully-systima commented on GitHub:
Yeah I'm having the same problem... Had to make a manual interception and fix in my main installomator script to specifically set the itemName to "Microsoft Teams"
@timnottom commented on GitHub:
Hi @acodega, running the label with xpath -e is indeed giving back the right result, mea culpa. I did not know that this was different when running the script in…
@acodega commented on GitHub:
You can't copy and paste a variable into Terminal to see it's value if the variable is using xpath. It's a valid command but Installomator is actually running…
@timnottom commented on GitHub:
Thanks @gilburns, I must have missed that one!
@JJSaysNay commented on GitHub:
This is still an issue in the newest version.
@ssellmann commented on GitHub:
Even after this fix i get the same error
2024-09-11 09:41:21 : REQ : gimp : Downloading https:// to GIMP.dmg 2024-09-11 09:41:21 : ERROR : gimp : error…
@sean-enright commented on GitHub:
A little birdie recently informed me there is an Installomator flag just for this. "downloadURL" You can use this flag to specify/override the URL for an app.…