From 130031e4f91f4d434482639983853d1035085424 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 4 May 2025 10:41:59 +0200 Subject: [PATCH] add setup_uv --- ct/sabnzbd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 6cccda6f8..01d516797 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -28,6 +28,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + setup_uv RELEASE=$(curl -fsSL https://api.github.com/repos/sabnzbd/sabnzbd/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') if [[ -f /opt/${APP}_version.txt ]] && [[ "${RELEASE}" == "$(cat /opt/${APP}_version.txt)" ]]; then msg_ok "No update required. ${APP} is already at ${RELEASE}"