alpine: add source for tools

This commit is contained in:
CanbiZ 2025-08-25 14:05:55 +02:00
parent b97331282f
commit 74b2407c53

View File

@ -82,6 +82,7 @@ network_check() {
update_os() { update_os() {
msg_info "Updating Container OS" msg_info "Updating Container OS"
$STD apk -U upgrade $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" msg_ok "Updated Container OS"
} }