From 02819b059c483db3d861b8958106868cf9b2922b Mon Sep 17 00:00:00 2001 From: wcbing Date: Mon, 3 Nov 2025 20:32:49 +0800 Subject: [PATCH] add remotedesktopmanager repo --- README.md | 1 + data/repo_list.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index b0e1c04..0aaaddd 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ | [Spotify](https://www.spotify.com/sg-zh/download/linux/) | spotify-client | ✅ | | | [Free Download Manager](https://www.freedownloadmanager.org/zh/download-fdm-for-linux.htm) | freedownloadmanager | ✅ | | | [WezTerm](https://wezterm.org/install/linux.html#using-the-apt-repo) | wezterm
wezterm-nightly | ✅ | ✅ | +| [Remote Desktop Manager](https://docs.devolutions.net/rdm/installation/client/?tab=linux) | remotedesktopmanager | ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index 6242819..95407aa 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -160,5 +160,12 @@ "path": { "mix": "Packages" } + }, + "remotedesktopmanager": { + "repo": "https://dl.cloudsmith.io/public/devolutions/rdm/deb/debian/", + "path": { + "amd64": "dists/trixie/main/binary-amd64/Packages.gz", + "arm64": "dists/trixie/main/binary-arm64/Packages.gz" + } } } \ No newline at end of file