@PRTejedaBrown commented on GitHub:
Had this problem, came to check up if there was an open issue, realized I had overwritten the changes I made to my installomator when I copied the last update…
@dannykorpan commented on GitHub:
Two possible working solutions without login:
- https://gist.github.com/jetfir3/6b28fd279bbcadbae70980bd711a844f
- https://gist.github.com/johnvilsack/c2ce32e99e6…
@dan1el127 commented on GitHub:
I have the same issue.
Looks like it is blocking the request to get the download URL if the user agent is curl*.
https://github.com/Installomator/Installomato…
@alexkcal commented on GitHub:
Also just started noticing the exit code 2: Download Error for citrixworkspace. From my logs, I can see the last success download was on 10/6/24 and then first…
@erefneb commented on GitHub:
See: https://github.com/Installomator/Installomator/issues/1857
As a workaround If you are using Jamf with a parameter for the label, just add another parameter: …
@jschwager commented on GitHub:
FYI I created pull request #1997 to fix this label.
@jschwager commented on GitHub:
Problem is the appNewVersion variable no longer works either since they've removed the version number from the filename. You'll need to eliminate that variable as…
@kernsb commented on GitHub:
As far as I can tell, this could be fixed with the following:
appNewVersion=$( \
curl -fsL -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)…
@dan1el127 commented on GitHub:
Looks like we already got one: https://github.com/Installomator/Installomator/pull/1948