mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update README.md
This commit is contained in:
parent
cdca498612
commit
930c4a545d
1 changed files with 1 additions and 17 deletions
|
@ -1,18 +1,2 @@
|
||||||
|
|
||||||
### 废弃
|
### 废弃脚本
|
||||||
|
|
||||||
#### pve7
|
|
||||||
|
|
||||||
废弃,因为apt源最新版本不支持7.x
|
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue