• Joined on 2025-07-20
michael commented on issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed

@kryptonit1 commented on GitHub:

I created a PR for this since there was none. I also made som changes to the new suggested label.

michael commented on issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed

@acodega commented on GitHub:

Fixed in release 10.6

michael commented on issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed

@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…

michael commented on issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed

@Joe-Sutcliffe commented on GitHub:

This worked for us - thanks

michael commented on issue Installomator/Installomator#298 2026-01-19 18:33:34 +00:00
Update pgAdmin with Installomator - Team IDs do not match

@acodega commented on GitHub:

Believe fixed in Installomator 10.6

michael commented on issue Installomator/Installomator#298 2026-01-19 18:33:34 +00:00
Update pgAdmin with Installomator - Team IDs do not match

@fraserhess commented on GitHub:

I created a pull request for this https://github.com/Installomator/Installomator/pull/1425

michael commented on issue Installomator/Installomator#297 2026-01-19 18:33:34 +00:00
Maxon App (maxonapp) Fails to Install via Jamf with Error Code 16

@acodega commented on GitHub:

Believe fixed in Installomator 10.6

michael opened issue Installomator/Installomator#299 2026-01-19 18:33:34 +00:00
Typo in exit codes documentation
michael opened issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed
michael opened issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install
michael closed issue Installomator/Installomator#300 2026-01-19 18:33:34 +00:00
Aspera Connect download identifier changed
michael closed issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install
michael commented on issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install

@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…
michael commented on issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install

@julienfauryramoin commented on GitHub:

Hi, There's a pull request that should fix it: https://github.com/Installomator/Installomator/pull/1386/files

michael commented on issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install

@jpallagrosi commented on GitHub:

Worked for me. Thank you very much for quick response!

michael commented on issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install

@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…
michael commented on issue Installomator/Installomator#301 2026-01-19 18:33:34 +00:00
FileZilla Failing to install

@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…

michael commented on issue Installomator/Installomator#290 2026-01-19 18:33:33 +00:00
OBS Studio error while mounting

@acodega commented on GitHub:

Believe fixed in Installomator 10.6

michael commented on issue Installomator/Installomator#292 2026-01-19 18:33:33 +00:00
Update Autodesk Fusion 360 Admin Install Label

@acodega commented on GitHub:

Fixed in 10.6

michael commented on issue Installomator/Installomator#290 2026-01-19 18:33:33 +00:00
OBS Studio error while mounting

@moojomoore commented on GitHub:

Hey, @lowyiyuan.

Take a look at this PR - #1344 It should take care of this error. OBS changed…