From 329fed456cc7bb77fceb3c6ce48e3a84b5bae804 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 19 Feb 2023 09:57:08 +0800 Subject: [PATCH] Update build_backend.sh --- build_backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_backend.sh b/build_backend.sh index 637cf8b..8f72d84 100644 --- a/build_backend.sh +++ b/build_backend.sh @@ -69,5 +69,5 @@ if ! lsmod | grep -q apparmor; then modprobe apparmor fi if ! lsmod | grep -q apparmor; then - _yellow "AppArmor 仍未加载,可能需要重新启动系统,然后使用 lsmod | grep apparmor 查询是否加载成功" + _yellow "AppArmor 仍未加载,可能需要重新启动系统加载,但你可以在面板尝试创建并启动CT" fi