From 1b46252ecebbf12f3014aff2d4a8a8578bae8aee Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:01:05 +0800 Subject: [PATCH] Update case5.md --- docs/case/case5.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/case/case5.md b/docs/case/case5.md index e9d2bc0efa..85e4e4addb 100644 --- a/docs/case/case5.md +++ b/docs/case/case5.md @@ -1,3 +1,27 @@ +# 仓库 + https://github.com/spiritLHLS/convoypanel-scripts -# 说明与用例稍后补充 \ No newline at end of file +# convoypanel-scripts + +### One-click installation of convoy panel + +Prerequisites for installation: + +- PVE is installed +- System is debian 11 +- CPU at least 2 cores, hard disk at least 20G, memory at least 4G (memory covers swap) + +**I don't guarantee that this script is error-free, it's just for my own amusement.** + +``` +curl -L https://github.com/spiritLHLS/convoypanel-scripts/raw/main/installconvoy.sh -o installconvoy.sh && chmod +x installconvoy.sh && bash installconvoy.sh +``` + +### Thanks + +Base on https://github.com/spiritLHLS/pve + +Base on https://docs.convoypanel.com/guide/deployment/#installation + +Base on https://github.com/ConvoyPanel/panel