From 80fa45140be56bcf021d86135bd947b1be211bec Mon Sep 17 00:00:00 2001 From: wcbing Date: Wed, 23 Oct 2024 19:23:54 +0800 Subject: [PATCH] add motrix --- README.md | 1 + get/github.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 4fdfd20..103fb02 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ echo "deb [signed-by=/etc/apt/keyrings/wcbing.gpg] https://packages.wcbing.top/d |Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)| |TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases)| |LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)| +|Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)| ### 合并自官方 repo diff --git a/get/github.json b/get/github.json index 77b5100..c41bd6f 100644 --- a/get/github.json +++ b/get/github.json @@ -58,5 +58,10 @@ "name": "localsend", "repo": "localsend/localsend", "x64_deb_name": "{version_tag}/LocalSend-{stripped_version}-linux-x86-64.deb" + }, + { + "name": "motrix", + "repo": "agalwood/Motrix", + "x64_deb_name": "{version_tag}/Motrix_{stripped_version}_amd64.deb" } ] \ No newline at end of file