sabnzbd: add uv setup in update

This commit is contained in:
CanbiZ
2025-07-24 10:19:33 +02:00
committed by GitHub
parent 9304835775
commit 3bae95cf05

View File

@@ -34,6 +34,7 @@ function update_script() {
msg_ok "No update required. ${APP} is already at ${RELEASE}"
exit
fi
setup_uv
msg_info "Updating $APP to ${RELEASE}"
systemctl stop sabnzbd
cp -r /opt/sabnzbd /opt/sabnzbd_backup_$(date +%s)