We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9f910 commit 130031eCopy full SHA for 130031e
ct/sabnzbd.sh
@@ -28,6 +28,7 @@ function update_script() {
28
msg_error "No ${APP} Installation Found!"
29
exit
30
fi
31
+ setup_uv
32
RELEASE=$(curl -fsSL https://api.github.com/repos/sabnzbd/sabnzbd/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
33
if [[ -f /opt/${APP}_version.txt ]] && [[ "${RELEASE}" == "$(cat /opt/${APP}_version.txt)" ]]; then
34
msg_ok "No update required. ${APP} is already at ${RELEASE}"
0 commit comments