Update ubuntu.sh

pull/109/head
midoks 3 years ago
parent 367876b477
commit d77774aaa1
  1. 5
      scripts/install/ubuntu.sh

@ -36,7 +36,10 @@ if [ -f /usr/sbin/ufw ];then
fi
ufw disable
if [ -f /usr/sbin/ufw ];then
ufw disable
fi
if [ ! -f /usr/sbin/ufw ];then
apt install -y firewalld

Loading…
Cancel
Save