diff --git a/install.sh b/install.sh index ea6dc61..aa26058 100644 --- a/install.sh +++ b/install.sh @@ -73,6 +73,9 @@ check_system(){ $INS install dbus systemctl stop firewalld && systemctl disable firewalld echo -e "${OK} ${GreenBG} firewalld 已关闭 ${Font}" + + systemctl stop ufw && systemctl disable ufw + echo -e "${OK} ${GreenBG} ufw 已关闭 ${Font}" } is_root(){