Create README.md

This commit is contained in:
spiritLHLS 2023-02-24 14:33:37 +08:00 committed by GitHub
parent 698f5126f6
commit 7eaa7c002a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
back/README.md Normal file
View file

@ -0,0 +1,18 @@
### 废弃
#### 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
```