Update case5.md

This commit is contained in:
spiritlhl
2023-06-18 21:01:05 +08:00
committed by GitHub
parent 1e352a4375
commit 1b46252ece

View File

@@ -1,3 +1,27 @@
# 仓库
https://github.com/spiritLHLS/convoypanel-scripts
# 说明与用例稍后补充
# 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