Update cloudflare.sh

This commit is contained in:
TommyTran732
2020-01-02 17:21:51 -05:00
committed by GitHub
parent c4fda65a75
commit 37087d07c1
+4
View File
@@ -1,5 +1,9 @@
#!/bin/bash
output(){
echo -e '\e[36m'$1'\e[0m';
}
if [ "$lsb_dist" = "ubuntu" ] || [ "$lsb_dist" = "debian" ]; then
apt -y install ufw
elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "centos" ]; then