From 268f9c7e63df2acc416f0a8cef592c8e4565bea3 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:34:16 +0800 Subject: [PATCH] Update lxd_install.md --- docs/guide/lxd_install.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/guide/lxd_install.md b/docs/guide/lxd_install.md index 5ae5c10f69..77245e3b26 100644 --- a/docs/guide/lxd_install.md +++ b/docs/guide/lxd_install.md @@ -77,10 +77,13 @@ export PATH=$PATH:/snap/bin ## 一键安装 -::tip +:::warning 如果是全新的服务器,务必保证apt update和apt install curl都无问题再执行本脚本 +::: + +:::tip 且自开机起最好等待5分钟后再执行以下命令,避免系统默认设置中就执行了本脚本导致apt源卡死 -:: +::: - 环境要求:Ubuntu 18+(推荐),Debian 8+(仅限x86_64架构) **如果是Debian系的宿主机,务必在screen中执行本脚本,避免长期运行时SSH中断导致ZFS编译安装失败**