quickfix - add $STD to tools.func

This commit is contained in:
CanbiZ
2025-04-28 15:44:55 +02:00
committed by GitHub
parent 5cf162a3c9
commit b82e988837

View File

@ -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