mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-12-25 00:01:05 +08:00
Update README.md
This commit is contained in:
parent
a57f1c11b5
commit
bbd82dd34f
1 changed files with 7 additions and 1 deletions
|
@ -2,8 +2,14 @@
|
|||
|
||||
自测中,勿要使用,未完成
|
||||
|
||||
pve 7
|
||||
### pve 7
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
### pve 6
|
||||
|
||||
```
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue