From 507534370086f9fcac26a5a5be04785d8f4ff35b Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 14 Oct 2021 02:40:53 -0400 Subject: [PATCH] Update cloudflare.sh --- cloudflare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudflare.sh b/cloudflare.sh index 0127f3f..d927534 100644 --- a/cloudflare.sh +++ b/cloudflare.sh @@ -63,7 +63,7 @@ if [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then yes | ufw enable elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "opensuse" ]; then - if [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "opensuse" ]; then + if [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "centos" ]; then yum -y install firewalld wget elif [ "$lsb_dist" = "opensuse" ]; then zypper in firewalld wget -y