From 74b2407c53397261ee686cdc57def14ab9b27d29 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:05:55 +0200 Subject: [PATCH] alpine: add source for tools --- misc/alpine-install.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 405fc21492..c19ac33d0f 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -82,6 +82,7 @@ network_check() { update_os() { msg_info "Updating Container OS" $STD apk -U upgrade + source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func) msg_ok "Updated Container OS" }