Update pve_precheck.md

This commit is contained in:
spiritlhl
2023-08-04 16:17:17 +08:00
committed by GitHub
parent 1fd2d20a03
commit 409cdb697e

View File

@@ -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*
```
<br/>
<br/>