From 37a165f40891a0a36d3543b2910c9970fcd21cc2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 9 May 2026 23:48:14 +0200 Subject: [PATCH] texts --- ct/almalinux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/almalinux.sh b/ct/almalinux.sh index e1ca7597..8e421d59 100644 --- a/ct/almalinux.sh +++ b/ct/almalinux.sh @@ -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 }