Merge branch 'community-scripts:main' into main

This commit is contained in:
nnsense
2026-05-10 02:10:00 +02:00
committed by GitHub
2 changed files with 30 additions and 12 deletions

View File

@@ -28,9 +28,9 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating $APP LXC"
msg_info "Updating AlmaLinux"
$STD dnf -y upgrade
msg_ok "Updated $APP LXC"
msg_ok "Updated AlmaLinux"
exit
}