From 323c74695ae35804941b3f666a5cbeb0a755c649 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 19 May 2026 16:17:19 +0200 Subject: [PATCH] feat(netbird): add cloud-init function source to netbird server script --- vm/netbird-server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/netbird-server.sh b/vm/netbird-server.sh index a8932db2..81190fdd 100644 --- a/vm/netbird-server.sh +++ b/vm/netbird-server.sh @@ -6,6 +6,7 @@ # Source: https://netbird.io source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}/misc/vm-core.func") +source <(curl -fsSL "${COMMUNITY_SCRIPTS_URL:-https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main}/misc/cloud-init.func") 2>/dev/null || true load_functions function header_info {