diff --git a/scripts/update/freebsd.sh b/scripts/update/freebsd.sh index 4d6e81d2c..568fdc106 100644 --- a/scripts/update/freebsd.sh +++ b/scripts/update/freebsd.sh @@ -31,7 +31,7 @@ fi if [ ! -f /etc/init.d/iptables ];then - zypper install -y firewalld + pkg install -y firewalld systemctl enable firewalld systemctl start firewalld