From 220cc6e38402c671f040fa16c5e0411d67972cdb Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:36:20 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba7b72c..88c86f3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ 只适配Debian且Ubuntu未测试 +### 检测硬件环境 + +检测环境是否可用嵌套虚拟化KVM类型的服务器 + +``` +bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/check_kernal.sh) +``` + ### pve 6 apt源版本为6.4-15 @@ -18,14 +26,6 @@ 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) -``` - ### 下载系统镜像 自测中,勿要使用,未完成