Update README.md

This commit is contained in:
spiritLHLS 2023-02-15 11:55:29 +08:00 committed by GitHub
parent eee97399d2
commit b2cec1f941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
# pve
自测中,勿要使用,未完成
# PVE
### pve 6
@ -12,6 +10,8 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o
### pve6升级为最新的pve7
自测中,勿要使用,未完成
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o pve6_to_pve7.sh && chmod +x pve6_to_pve7.sh && bash pve6_to_pve7.sh
```