From 7275e7626eaf5938166a290d9cdbe8cbc82a5b8c Mon Sep 17 00:00:00 2001 From: "Mr. Seppia" Date: Fri, 3 Jan 2025 19:29:27 +0100 Subject: [PATCH] add missing prerequisites for ip detection Fixes #128 --- node-installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node-installer.sh b/node-installer.sh index 94d10c8..d31ecdf 100644 --- a/node-installer.sh +++ b/node-installer.sh @@ -188,8 +188,10 @@ echo "Checking prerequisites" update_pkg_database check_installed unzip unzip check_installed curl curl +check_installed route net-tools check_installed jq jq check_installed logrotate logrotate +check_installed dig dnsutils # Ensure dusk group and user exist if ! id -u dusk >/dev/null 2>&1; then