Update README.md

This commit is contained in:
spiritLHLS 2023-02-15 10:41:43 +08:00 committed by GitHub
parent a57f1c11b5
commit bbd82dd34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```