From c720428d83723f1e2834a4eb8d60da550f9ea975 Mon Sep 17 00:00:00 2001 From: wcbing Date: Mon, 6 Oct 2025 18:29:33 +0800 Subject: [PATCH] add anydesk repo --- README.md | 1 + data/repo_list.json | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f8948..ec6f91c 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ | [NextTrace](https://github.com/nxtrace/nexttrace-debs) | nexttrace | ✅ | ✅ | | [Debian 中文社区软件源](https://github.com/debiancn/repo)([镜像](https://help.mirrors.cernet.edu.cn/debiancn/)) | anydesk
marktext
wps-office
[更多](https://github.com/debiancn/repo) | ✅ | | | [Gitea](https://gitlab.com/packaging/gitea)([镜像](https://mirrors.ustc.edu.cn/help/packaging-gitea.html)) | gitea | ✅ | ✅ | +| [AnyDesk](https://deb.anydesk.com/howto.html) | anydesk | ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index 6ba3ca3..167d840 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -141,5 +141,12 @@ "path": { "mix": "Packages" } - } + }, + "anydesk": { + "repo": "https://deb.anydesk.com/", + "path": { + "amd64": "dists/all/main/binary-amd64/Packages", + "arm64": "dists/all/main/binary-arm64/Packages" + } + } } \ No newline at end of file