Browse Source

scripts/nm-quick.sh: remove resolvctl dependency

Signed-off-by: John Sahhar <[email protected]>
John Sahhar 3 years ago
parent
commit
a124eccb8f
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
 	dnf update
 fi
 fi
 
 
-dependencies=("docker.io" "docker-compose" "wireguard" "jq" "resolvconf")
+dependencies=( "docker.io" "docker-compose" "wireguard" "jq" )