mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 10:38:22 +08:00
Update README.md
This commit is contained in:
parent
0991699d54
commit
568a804ee7
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o
|
|||
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
|
||||
```
|
||||
|
||||
### 下载系统镜像
|
||||
|
||||
自测中,勿要使用,未完成
|
||||
|
||||
```
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o install_iso.sh && chmod +x install_iso.sh && bash install_iso.sh
|
||||
```
|
||||
|
||||
### pve 7
|
||||
|
||||
废弃,因为apt源最新版本不支持7.x
|
||||
|
|
Loading…
Reference in a new issue