install jq

Signed-off-by: Aaron Murray <plugins@omv-extras.org>
This commit is contained in:
Aaron Murray 2024-02-01 18:23:02 -06:00
parent 643c115a9a
commit 9baa515529

View File

@ -6,7 +6,7 @@ export LANG=C.UTF-8
export LANGUAGE=C
export LC_ALL=C.UTF-8
apt-get --yes --no-install-recommends jq
apt-get --yes --no-install-recommends install jq
mac="$(ip -j a show dev eth0 | jq -r .[].address | head -n1)"
if [ -z "${mac}" ]; then