mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update README.md
This commit is contained in:
parent
0b798e6cbe
commit
13b5211dd7
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue