mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-11 23:54:22 +08:00
install jq in nm-quick
This commit is contained in:
parent
dff881ba48
commit
10c205e5ea
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
dependencies=("docker.io" "docker-compose" "wireguard")
|
dependencies=("docker.io" "docker-compose" "wireguard" "jq")
|
||||||
|
|
||||||
for dependency in ${dependencies[@]}; do
|
for dependency in ${dependencies[@]}; do
|
||||||
is_installed=$(dpkg-query -W --showformat='${Status}\n' ${dependency} | grep "install ok installed")
|
is_installed=$(dpkg-query -W --showformat='${Status}\n' ${dependency} | grep "install ok installed")
|
||||||
|
|
Loading…
Add table
Reference in a new issue