From 013938bd42f4e878be2274f9363711b158553698 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:41:11 +0800 Subject: [PATCH] Update build_backend.sh --- build_backend.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_backend.sh b/build_backend.sh index 999adcb..461a54b 100644 --- a/build_backend.sh +++ b/build_backend.sh @@ -57,6 +57,10 @@ _green "资源池 mypool 已创建!" # systemctl restart networking.service # echo "网桥 vmbr1 已创建!" +# 安装ifupdown2模块 +apt-get update +apt-get install -y ifupdown2 + # 检测AppArmor模块 if ! dpkg -s apparmor > /dev/null 2>&1; then _green "正在安装 AppArmor..."