From 769ed03e4b259cad56573d6ff0efeed3f76d1b72 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 14 Dec 2024 23:03:21 +0800 Subject: [PATCH] add nexttrace repo --- README.md | 1 + data/repo_list.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index d4c43dd..accae55 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh |[frp: wcbing 打包](https://github.com/wcbing-build/frp-debs)|frps
frpc| ✅ | ✅ | |[lazydocker: wcbing 打包](https://github.com/wcbing-build/lazydocker-debs)|lazydocker| ✅ | ✅ | |[lazygit: wcbing 打包](https://github.com/wcbing-build/lazygit-debs)|lazygit| ✅ | ✅ | +|[nexttrace: wcbing 打包](https://github.com/wcbing-build/nexttrace-debs)|lazygit| ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index 15b0509..1e6b961 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -87,5 +87,10 @@ "name": "lazygit", "repo": "https://github.com/wcbing-build/lazygit-debs/releases/latest/download/", "mix_path": "Packages" + }, + { + "name": "nexttrace", + "repo": "https://github.com/wcbing-build/nexttrace-debs/releases/latest/download/", + "mix_path": "Packages" } ]