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(){