依赖安装逻辑优化

pull/355/head
wulabing 2019-11-24 12:37:50 +08:00
parent ff104bf3dc
commit 9118a7c856
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,7 @@ check_system(){
exit 1 exit 1
fi fi
$INS install dbus
systemctl stop firewalld && systemctl disable firewalld systemctl stop firewalld && systemctl disable firewalld
echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}" echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}"
} }

View File

@ -52,6 +52,7 @@ check_system(){
exit 1 exit 1
fi fi
$INS install dbus
systemctl stop firewalld && systemctl disable firewalld systemctl stop firewalld && systemctl disable firewalld
echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}" echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}"
} }
@ -171,8 +172,6 @@ dependency_install(){
${INS} -y install qrencode ${INS} -y install qrencode
judge "安装 qrencode" judge "安装 qrencode"
${INS} -y install dbus
judge "安装 dbus"
} }
port_alterid_set(){ port_alterid_set(){