From 6a8624bf116c82b2696d42882b657dd00ac76646 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 16 Feb 2023 21:01:18 +0800 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 336894b..a274a4f 100644 --- a/README.md +++ b/README.md @@ -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.4,debian11则是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融合怪测评脚本