@aarondavidpolley commented on GitHub:
Indeed. Looks like all "content" is replaced by this when you curl it
`
Please visit https://filezilla-project…
@nstrauss commented on GitHub:
@yayikayran PR https://github.com/Installomator/Installomator/pull/1436 opened with a fix.
@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!
@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
@kryptonit1 commented on GitHub:
I created a PR for this since there was none. I also made som changes to the new suggested label.