mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-16 03:57:07 +08:00
16 lines
410 B
Markdown
16 lines
410 B
Markdown
|
|
### 存档的脚本
|
|
|
|
#### pve6.4升级为最新的pve7.x
|
|
|
|
自测中,勿要使用,未完成
|
|
|
|
```
|
|
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
|
|
```
|