This commit is contained in:
CanbiZ (MickLesk)
2026-05-09 23:48:14 +02:00
committed by GitHub
parent 8617bbfd35
commit 37a165f408

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
}