From b82e98883777495128808a108449fd59ae0d6bb7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:44:55 +0200 Subject: [PATCH] quickfix - add $STD to tools.func --- misc/tools.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index 5669daaff..8bbe0bf2d 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -658,8 +658,8 @@ setup_local_ip_helper() { # Install networkd-dispatcher if not present if ! dpkg -s networkd-dispatcher >/dev/null 2>&1; then - apt-get update -qq - apt-get install -yq networkd-dispatcher + $STD apt-get update -qq + $STD apt-get install -yq networkd-dispatcher fi # Write update_local_ip.sh