From d4f16967738edabc349eaf552b1e4564f1944f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:01:43 +0200 Subject: [PATCH] Update uhf.sh --- ct/uhf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/uhf.sh b/ct/uhf.sh index 2823e92ca..f3287a549 100644 --- a/ct/uhf.sh +++ b/ct/uhf.sh @@ -32,10 +32,10 @@ function update_script() { systemctl stop uhf-server msg_ok "Stopped Service" - msg_info "Updating APT packages" + msg_info "Updating ${APP} LXC" $STD apt-get update $STD apt-get -y upgrade - msg_ok "Package list updated" + msg_ok "Updated ${APP} LXC" fetch_and_deploy_gh_release "comskip" "swapplications/comskip" "prebuild" "latest" "/opt/comskip" "comskip-x64-*.zip" fetch_and_deploy_gh_release "uhf-server" "swapplications/uhf-server-dist" "prebuild" "latest" "/opt/uhf-server" "UHF.Server-linux-x64-*.zip"