mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update README.md
This commit is contained in:
parent
976b5f613b
commit
294e54ce6d
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
||||
|
||||
### 检测硬件环境
|
||||
|
||||
自测中,勿要使用,未完成
|
||||
|
||||
```
|
||||
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh)
|
||||
```
|
||||
|
||||
### 下载系统镜像
|
||||
|
||||
自测中,勿要使用,未完成
|
||||
|
@ -24,12 +32,12 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/pve6_to_pve7.sh -o
|
|||
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
|
||||
```
|
||||
|
||||
### 检测硬件环境
|
||||
### 开虚拟机环境预设置
|
||||
|
||||
自测中,勿要使用,未完成
|
||||
|
||||
```
|
||||
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh)
|
||||
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_backend.sh)
|
||||
```
|
||||
|
||||
### pve 7
|
||||
|
|
Loading…
Reference in a new issue