Hello,
I would like to ask if there is a repo I could add so that my client automatically gets updated when running 'apt update && apt upgrade' rather than always having to download the new client directly from the website? Currently running this in Debian Bullseye.
Many Thanks!
Hi !
Currently we are not publishing on apt. We plan to in the future but before that can happen we really want to focus on offering RDM on more platforms (arch, fedora, etc).
In the meanwhile, i can suggest the flatpack although its less stable than the deb package. Otherwise you can always use wget and dpkg in a script if you wish to manage it from the command line.
Cheers,
David Ringuet
Hi again !
I have been alerted to the fact that we have a public Cloudsmith repo, meaning that you could in fact get RDM with apt-get. all you need to do is install the repo by following the instructions here: https://cloudsmith.io/~devolutions/repos/rdm/packages/. After which, apt-get/apt update/apt upgrade should work! Eventually, we will be on the official Debian repo but for now Cloudsmith it is.
David Ringuet
The Cloudsmith repo works great. Thanks! :)