mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 18:47:57 +08:00
Update build_backend.sh
This commit is contained in:
parent
7d92d416d5
commit
013938bd42
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ _green "资源池 mypool 已创建!"
|
||||||
# systemctl restart networking.service
|
# systemctl restart networking.service
|
||||||
# echo "网桥 vmbr1 已创建!"
|
# echo "网桥 vmbr1 已创建!"
|
||||||
|
|
||||||
|
# 安装ifupdown2模块
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y ifupdown2
|
||||||
|
|
||||||
# 检测AppArmor模块
|
# 检测AppArmor模块
|
||||||
if ! dpkg -s apparmor > /dev/null 2>&1; then
|
if ! dpkg -s apparmor > /dev/null 2>&1; then
|
||||||
_green "正在安装 AppArmor..."
|
_green "正在安装 AppArmor..."
|
||||||
|
|
Loading…
Reference in a new issue