Update lxd_precheck.md

This commit is contained in:
spiritlhl
2023-06-17 22:30:34 +08:00
committed by GitHub
parent 0e519f0094
commit 78e3693ea6

View File

@@ -35,6 +35,14 @@ PS: 如果硬件资源更烂虚拟化不支持可使用docker版本的
**使用后续脚本的务必执行本命令检测母鸡是否符合要求**
国际
```
bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/pre_check.sh)
```
```
国内
```
bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/pre_check.sh)
```