Browse Source

add resolvconf as dependency in nm-quick.sh

Matthew R Kasun 3 years ago
parent
commit
314fc3057e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/nm-quick.sh

+ 1 - 1
scripts/nm-quick.sh

@@ -50,7 +50,7 @@ elif [ -f /etc/fedora-release ]; then
 	dnf update
 fi
 
-dependencies=("docker.io" "docker-compose" "wireguard" "jq")
+dependencies=("docker.io" "docker-compose" "wireguard" "jq" "resolvconf")