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