From 9142e2dd83d15dc3d008a44ae3e38ca8312450fb Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 26 Jan 2020 21:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ufw=20=E9=98=B2=E7=81=AB?= =?UTF-8?q?=E5=A2=99=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) 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(){