Update README.md

This commit is contained in:
spiritLHLS 2023-02-16 21:01:18 +08:00 committed by GitHub
parent caecdcc7e1
commit 6a8624bf11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,22 +16,14 @@
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh)
```
### pve6
### PVE
apt源版本为6.4-15
安装的是当下apt源最新的PVE(比如debian10则是pve6.4debian11则是pve7.2)
```
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve6.sh -o install_pve6.sh && chmod +x install_pve6.sh && bash install_pve6.sh
```
### pve6升级为最新的pve7
自测中,勿要使用,未完成
```
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
```
### 下载系统镜像
自测中,勿要使用,未完成
@ -48,7 +40,9 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_iso.sh -o
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/build_backend.sh)
```
### pve7
### 废弃
#### pve7
废弃因为apt源最新版本不支持7.x
@ -56,6 +50,14 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit
curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/install_pve7.sh -o install_pve7.sh && chmod +x install_pve7.sh && bash install_pve7.sh
```
#### pve6升级为最新的pve7
废弃PVE7基于debian11开发仅升级PVE没有任何用处
```
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
```
## 友链
VPS融合怪测评脚本