Skip to content

Commit 130031e

Browse files
authored
add setup_uv
1 parent ea9f910 commit 130031e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/sabnzbd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ function update_script() {
2828
msg_error "No ${APP} Installation Found!"
2929
exit
3030
fi
31+
setup_uv
3132
RELEASE=$(curl -fsSL https://api.github.com/repos/sabnzbd/sabnzbd/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
3233
if [[ -f /opt/${APP}_version.txt ]] && [[ "${RELEASE}" == "$(cat /opt/${APP}_version.txt)" ]]; then
3334
msg_ok "No update required. ${APP} is already at ${RELEASE}"

0 commit comments

Comments
 (0)