@kryptonit1 commented on GitHub:
I created a PR for this since there was none. I also made som changes to the new suggested label.
@kryptonit1 commented on GitHub:
There's apparently an Apple Silicon version available as well, which does not seem to be hosted on Cloudfront:
https://d3gcli72yxqn2z.cloudfront.net/downloads/c…
@Joe-Sutcliffe commented on GitHub:
This worked for us - thanks
@acodega commented on GitHub:
Believe fixed in Installomator 10.6
@fraserhess commented on GitHub:
I created a pull request for this https://github.com/Installomator/Installomator/pull/1425
@acodega commented on GitHub:
Believe fixed in Installomator 10.6
@aarondavidpolley commented on GitHub:
AND on Intel arch returns i386, not x86 so it fails there.
Used this code to get around it
if [ $(arch) = "i386" ]
then
cpu="x86"
else
cpu…
@julienfauryramoin commented on GitHub:
Hi, There's a pull request that should fix it: https://github.com/Installomator/Installomator/pull/1386/files
@jpallagrosi commented on GitHub:
Worked for me. Thank you very much for quick response!
@aarondavidpolley commented on GitHub:
Ok, issue with the "&" symbol that gets outputted. Without doing a PR to the script, this solves how we are trying to deploy it:
/usr/local/Installom…
@aarondavidpolley commented on GitHub:
This is failing on Apple Silicon devices with the PR-ed code. Its having an issue parsing the download URL string (CPU architecture maybe?) and returns an…
@moojomoore commented on GitHub:
Hey, @lowyiyuan.
Take a look at this PR - #1344 It should take care of this error. OBS changed…