From 9baa515529309c5cde578acb5a571618951485f0 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Thu, 1 Feb 2024 18:23:02 -0600 Subject: [PATCH] install jq Signed-off-by: Aaron Murray --- preinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preinstall b/preinstall index dd0492d..39ee118 100755 --- a/preinstall +++ b/preinstall @@ -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