diff --git a/openvpn-install.sh b/openvpn-install.sh index 89a4102..b6f8613 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -215,7 +215,7 @@ else read -n1 -r -p "Press any key to continue..." if [[ "$OS" = 'debian' ]]; then apt-get update - apt-get install openvpn iptables openssl ca-certificates -y + apt-get install openvpn iptables openssl ca-certificates firewalld -y else # Else, the distro is CentOS yum install epel-release -y