mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 21:36:09 +08:00
scripts/nm-quick.sh: remove resolvctl dependency
Signed-off-by: John Sahhar <john@gravitl.com>
This commit is contained in:
parent
4d36a6024b
commit
a124eccb8f
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue