From 9b2f62a3a39aa70771492aaa22a87fa174cd309f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:38:12 +0200 Subject: [PATCH] Update alpine-install.func --- misc/alpine-install.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 85c3c2a1..450e9209 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -83,6 +83,7 @@ network_check() { update_os() { msg_info "Updating Container OS" $STD apk update && $STD apk upgrade + source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func) msg_ok "Updated Container OS" }