@virtualpatrick commented on GitHub:
Line 305
@virtualpatrick commented on GitHub:
This will fix the issue:
miro) # credit: @matins name="Miro" type="dmg" if ; then downloadURL="https://deskto…
@atillathec commented on GitHub:
it seems they renamed the zip name to include the version which is bonking the script. sketch-85.1-141321.zip
@Gitchiel commented on GitHub:
FYI, I tested this last variant in our environment too (only on ARM Macs so far), works fine for now.
@3BeersKen commented on GitHub:
It looks like the issue is in how sed is parsing out the downloadURL in line 4041. Changing the line to the following fixes it.
`downloadURL=$(curl -sf…
@scriptingosx commented on GitHub:
so it's something on the network?
Have you opened whatever Installomator downloads with a text editor to see if it is a dmg or just an html error message?…
@scriptingosx commented on GitHub:
I believe this was fixed with #463 in Installomator v9.2
Closing
@acodega commented on GitHub:
There's a couple things going on here.
We'd prefer not to use printlog inside of app labels. It can cause unique errors and unique verbiage from app to app,…
@scriptingosx commented on GitHub:
I cannot recreate the issue at all.
The error above looks like a checksum error. Installomator should not leave disk images mounted after running, so…
@scriptingosx commented on GitHub:
removed comment with personal information. will reach out to user directly
@cnita2 commented on GitHub:
these are wfh devices, we are not under any network. so yes, security and vpn are disabled but still failling. Download works fine if you manually open the URL.
I…