@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/…
@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…
@github-user14 commented on GitHub:
See pull request: Update clickshare.sh #2082
@tully-systima commented on GitHub:
Submitted my new PR: #2112
clickshare)
name="ClickShare"
type="appInDmgInZip"…
@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…
@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"…
@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…
@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:…
@meschwartz commented on GitHub:
Here's my version of a working label for this:
remotedesktopmanagerfree)
name="Remote Desktop Manager"
type="dmg"
sparkleData=$(curl -fsL…
@jschwager commented on GitHub:
PR #1997 is currently open for this
@BenStreet365 commented on GitHub:
Eagerly waiting on this one to be merged :)
@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…
@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…
@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…