mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 14:15:25 +08:00
add resolvconf as dependency in nm-quick.sh
This commit is contained in:
parent
6056d711a6
commit
314fc3057e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue