From 409cdb697ea11ae263bf64fbc13a3269032b7e5b Mon Sep 17 00:00:00 2001
From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com>
Date: Fri, 4 Aug 2023 16:17:17 +0800
Subject: [PATCH] Update pve_precheck.md
---
docs/guide/pve_precheck.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/guide/pve_precheck.md b/docs/guide/pve_precheck.md
index cec78322b5..e521a7b52e 100644
--- a/docs/guide/pve_precheck.md
+++ b/docs/guide/pve_precheck.md
@@ -55,16 +55,22 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/addswap
国际
-```
+```bash
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/check_kernal.sh)
```
国内
-```
+```bash
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/main/scripts/check_kernal.sh)
```
+如果你需要更新IPV6信息再查询,那么执行以下命令后再查询
+
+```bash
+rm -rf /usr/local/bin/pve_ipv6*
+```
+