@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…
@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…
@riskodj84 commented on GitHub:
Nevermind. I copied this into my full Installomator script in Jamf and it did not work. Not sure why. It looks like the download link is correct but it says it…
@acodega commented on GitHub:
Here.. just have to use the Insert Code button in the comment box.
name="blender"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL=…
@riskodj84 commented on GitHub:
Hey this piece seems to work. Successfully tested on both Intel and Apple Silicon. txt file attached since the asterisks didn't show up in the previous post.
[Bl…
@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.
@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…
@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?…