mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-12 08:57:37 +00:00
quickfix - add $STD to tools.func
This commit is contained in:
@ -658,8 +658,8 @@ setup_local_ip_helper() {
|
|||||||
|
|
||||||
# Install networkd-dispatcher if not present
|
# Install networkd-dispatcher if not present
|
||||||
if ! dpkg -s networkd-dispatcher >/dev/null 2>&1; then
|
if ! dpkg -s networkd-dispatcher >/dev/null 2>&1; then
|
||||||
apt-get update -qq
|
$STD apt-get update -qq
|
||||||
apt-get install -yq networkd-dispatcher
|
$STD apt-get install -yq networkd-dispatcher
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Write update_local_ip.sh
|
# Write update_local_ip.sh
|
||||||
|
Reference in New Issue
Block a user