• Joined on 2025-07-20
michael opened issue Installomator/Installomator#152 2026-01-19 18:32:59 +00:00
Label for CleanShotX
michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@Wilgongit commented on GitHub:

@meschwartz thanks for the script, but what I'm looking for is remote desktop enterprise edition

https://devolutions.net/remote-desktop-manager/download/thank-you/…

michael opened issue Installomator/Installomator#151 2026-01-19 18:32:59 +00:00
Broken app label: [1Password8]
michael opened issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise
michael opened issue Installomator/Installomator#148 2026-01-19 18:32:59 +00:00
Broken app label: clickshare.sh
michael opened issue Installomator/Installomator#149 2026-01-19 18:32:59 +00:00
Broken label: microsoftcompanyportal
michael closed issue Installomator/Installomator#149 2026-01-19 18:32:59 +00:00
Broken label: microsoftcompanyportal
michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@acodega commented on GitHub:

Two things are going on here. The remotedesktopmanagerenterpise label is broken, their download page has changed.

However your run of Installomator with the…

michael commented on issue Installomator/Installomator#148 2026-01-19 18:32:59 +00:00
Broken app label: clickshare.sh

@github-user14 commented on GitHub:

See pull request: Update clickshare.sh #2082

michael commented on issue Installomator/Installomator#148 2026-01-19 18:32:59 +00:00
Broken app label: clickshare.sh

@tully-systima commented on GitHub:

Submitted my new PR: #2112

clickshare)
    name="ClickShare"
    type="appInDmgInZip"
michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@jisgett commented on GitHub:

It looks like they renamed the Enterprise version to Teams.

URL for Free version: https://devolutions.net/remote-desktop-manager/download/thank-you/?platform=RDMMacb…

michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@Fimlore commented on GitHub:

I think this works to grab the proper URL:

curl -fsL "https://devolutions.net/remote-desktop-manager/download/thank-you/?platform=RDMMacbin&edition=free&os=macos"…
michael commented on issue Installomator/Installomator#148 2026-01-19 18:32:59 +00:00
Broken app label: clickshare.sh

@github-user14 commented on GitHub:

Barco has decided to block curl requests to their website with Cloudflare.

A workaround is to add a user agent to the request. This only worked about 20% of…

michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@Wilgongit commented on GitHub:

i tried using the above url attached to my script in 10.7 this is the result.

-11 17:42:29 : INFO : remotedesktopmanagerenterprise : ################## Version:…

michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@meschwartz commented on GitHub:

Here's my version of a working label for this:

remotedesktopmanagerfree)
    name="Remote Desktop Manager"
    type="dmg"
    sparkleData=$(curl -fsL…
michael commented on issue Installomator/Installomator#149 2026-01-19 18:32:59 +00:00
Broken label: microsoftcompanyportal

@jschwager commented on GitHub:

PR #1997 is currently open for this

michael commented on issue Installomator/Installomator#149 2026-01-19 18:32:59 +00:00
Broken label: microsoftcompanyportal

@BenStreet365 commented on GitHub:

Eagerly waiting on this one to be merged :)

michael commented on issue Installomator/Installomator#147 2026-01-19 18:32:59 +00:00
Broken app label: remotedesktopmanagerenterprise

@meschwartz commented on GitHub:

I think both the Free and Teams version lead to the same downloaded DMG now. I downloaded each and they both have the same filename (Devolutions.RemoteDesktopManag…

michael commented on issue Installomator/Installomator#143 2026-01-19 18:32:58 +00:00
App Version Check Fix

@acodega commented on GitHub:

There's a few things going on here.. first, Installomator is already a a zsh script so you don't need to call zsh in order to run is-at-least. Also is-at-least

michael commented on issue Installomator/Installomator#143 2026-01-19 18:32:58 +00:00
App Version Check Fix

@abstertee commented on GitHub:

I was able to correct the PR by removing that unwanted YML file from the commit.

I also updated the if statement to reflect the loaded is-at-least function: `if…