Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
55b92abe60 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-06-18 12:16:53 +02:00
CanbiZ
cd8417c21e Update alpine-install.func 2025-06-18 12:16:52 +02:00

View File

@ -82,8 +82,7 @@ network_check() {
# This function updates the Container OS by running apt-get update and upgrade # This function updates the Container OS by running apt-get update and upgrade
update_os() { update_os() {
msg_info "Updating Container OS" msg_info "Updating Container OS"
$STD apk update $STD apk update && apk upgrade
$STD apk upgrade
msg_ok "Updated Container OS" msg_ok "Updated Container OS"
} }