Update alpine-install.func

This commit is contained in:
CanbiZ 2025-06-18 12:16:52 +02:00
parent f62869a9a4
commit cd8417c21e

View File

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