From 9118a7c856ce7879135834f2a4180e6d837d013f Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 24 Nov 2019 12:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=AE=89=E8=A3=85=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + install_h2.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b962428..4a3b2f9 100644 --- a/install.sh +++ b/install.sh @@ -56,6 +56,7 @@ check_system(){ exit 1 fi + $INS install dbus systemctl stop firewalld && systemctl disable firewalld echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}" } diff --git a/install_h2.sh b/install_h2.sh index e19ca42..1287064 100644 --- a/install_h2.sh +++ b/install_h2.sh @@ -52,6 +52,7 @@ check_system(){ exit 1 fi + $INS install dbus systemctl stop firewalld && systemctl disable firewalld echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}" } @@ -171,8 +172,6 @@ dependency_install(){ ${INS} -y install qrencode judge "安装 qrencode" - ${INS} -y install dbus - judge "安装 dbus" } port_alterid_set(){