mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-23 01:41:52 +08:00
Update case5.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user