pve/back/README.md

11 lines
251 B
Markdown
Raw Normal View History

2023-02-24 14:33:37 +08:00
2023-02-25 19:19:03 +08:00
### 废弃脚本
2023-04-03 21:51:13 +08:00
#### 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
```