From 5e5eececcb85f365bce02747e4d8c856bfa482bf Mon Sep 17 00:00:00 2001 From: teplorobot Date: Fri, 27 Jan 2017 20:20:22 +0400 Subject: [PATCH] Update openvpn-install.sh firewall-cmd is not installed in Ubuntu by default. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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