Update README.md

This commit is contained in:
spiritLHLS 2023-04-09 01:21:07 +08:00 committed by GitHub
parent 0b798e6cbe
commit 13b5211dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
### 废弃脚本
### 存档的脚本
#### pve6.4升级为最新的pve7.x
@ -8,3 +8,9 @@
```
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
```
替换qcow2
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/back/rebuild.sh -o rebuild.sh && chmod +x rebuild.sh && bash rebuild.sh
```