From 0a3a70386a0598a3fdaffc404f0d268454fc40be Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 29 Apr 2020 13:53:06 -0400 Subject: [PATCH] Query ufw package to speed up firewall rule creation --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index a3427a2..fcd2c2b 100755 --- a/installJRMC +++ b/installJRMC @@ -975,7 +975,7 @@ EOF" fi elif [[ "$ID" =~ ^(ubuntu|debian)$ ]]; then # Debian ufw package state is broken on fresh installations - [[ ! -x $(command -v ufw) ]] && _installPackage --noquery ufw + [[ ! -x $(command -v ufw) ]] && _installPackage ufw if [[ ! -f "/etc/ufw/applications.d/$1.service" ]]; then _bash_cmd "cat <<-EOF > /etc/ufw/applications.d/$1.service [$1]