From 78e3693ea62ef81ba8cb593f3f7f8a62d744d0d9 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 17 Jun 2023 22:30:34 +0800 Subject: [PATCH] Update lxd_precheck.md --- docs/guide/lxd_precheck.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/guide/lxd_precheck.md b/docs/guide/lxd_precheck.md index a27fb914bf..2766537cff 100644 --- a/docs/guide/lxd_precheck.md +++ b/docs/guide/lxd_precheck.md @@ -35,6 +35,14 @@ PS: 如果硬件资源更烂,虚拟化不支持,可使用docker版本的, **使用后续脚本的务必执行本命令检测母鸡是否符合要求** +国际 + ``` bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/pre_check.sh) -``` \ No newline at end of file +``` + +国内 + +``` +bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/lxc/main/scripts/pre_check.sh) +```