Przeglądaj źródła

Query ufw package to speed up firewall rule creation

bryan 4 lat temu
rodzic
commit
0a3a70386a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      installJRMC

+ 1 - 1
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]