2023-02-13 17:24:15 +08:00
|
|
|
# pve
|
|
|
|
|
2023-02-13 17:55:00 +08:00
|
|
|
自测中,勿要使用,未完成
|
|
|
|
|
2023-02-15 10:41:43 +08:00
|
|
|
### pve 7
|
2023-02-13 17:24:26 +08:00
|
|
|
|
2023-02-13 17:24:15 +08:00
|
|
|
```
|
2023-02-13 18:21:12 +08:00
|
|
|
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve7.sh -o install_pve7.sh && chmod +x install_pve7.sh && bash install_pve7.sh
|
2023-02-13 17:24:15 +08:00
|
|
|
```
|
2023-02-15 10:41:43 +08:00
|
|
|
|
|
|
|
### pve 6
|
|
|
|
|
2023-02-15 11:24:45 +08:00
|
|
|
apt源版本为6.4-15
|
|
|
|
|
2023-02-15 10:41:43 +08:00
|
|
|
```
|
|
|
|
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o install_pve6.sh && chmod +x install_pve6.sh && bash install_pve6.sh
|
|
|
|
```
|