@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.…
@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…
@PeterPlanlos commented on GitHub:
In current release line 5924 needs to be updated to: name="Microsoft Teams"
from name="Microsoft Teams (work or school)"
please could someone fix…
@gilburns commented on GitHub:
PR created: https://github.com/Installomator/Installomator/pull/1974
@cjbeatty commented on GitHub:
This is still happening with our Docker installations, anything we can do to expedite this change? @acodega
@timnottom commented on GitHub:
Hey everyone, looks like this works. Could someone else try if they see good results?
I changed the downloadURL in a similar way that the appNewVersion is being…
@cocopuff2u commented on GitHub:
Confirmed it changes with builds and Chipset.
i think we should switch to https://desktop.docker.com/mac/main/arm64/Docker.dmg since that XML uses main
@cocopuff2u commented on GitHub:
it looks like inside https://desktop.docker.com/mac/main/arm64/appcast.xml is a download URL that contains the latest docker, I'm not sure if this changes with…
@DanielRossEUPE commented on GitHub:
@timnottom that fixed things for us!