From 93b147495d7f766824c2517da5c40096584ac29a Mon Sep 17 00:00:00 2001 From: wcbing Date: Mon, 9 Dec 2024 21:46:50 +0800 Subject: [PATCH] add dufs, frp, lazydocker, lazygit repo --- README.md | 6 +++++- data/repo_list.json | 24 ++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 781ffd6..ce872dc 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,11 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh |Typora|typora| ✅ | ✅ | |Zotero|zotero
zotero-beta
zotero6| ✅ | | |Github CLI|gh| ✅ | ✅ | -|[ttyd: wcbing 打包](https://github.com/wcbing/ttyd-debs)|ttyd| ✅ | ✅ | +|[ttyd: wcbing 打包](https://github.com/wcbing-build/ttyd-debs)|ttyd| ✅ | ✅ | +|[dufs: wcbing 打包](https://github.com/wcbing-build/dufs-debs)|dufs| ✅ | ✅ | +|[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| ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index ddeaed5..15b0509 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -65,7 +65,27 @@ }, { "name": "ttyd", - "repo": "https://github.com/wcbing/ttyd-debs/releases/latest/download/", + "repo": "https://github.com/wcbing-build/ttyd-debs/releases/latest/download/", + "mix_path": "Packages" + }, + { + "name": "dufs", + "repo": "https://github.com/wcbing-build/dufs-debs/releases/latest/download/", + "mix_path": "Packages" + }, + { + "name": "frp", + "repo": "https://github.com/wcbing-build/frp-debs/releases/latest/download/", + "mix_path": "Packages" + }, + { + "name": "lazydocker", + "repo": "https://github.com/wcbing-build/lazydocker-debs/releases/latest/download/", + "mix_path": "Packages" + }, + { + "name": "lazygit", + "repo": "https://github.com/wcbing-build/lazygit-debs/releases/latest/download/", "mix_path": "Packages" } -] \ No newline at end of file +]