sabnzbd: add uv setup in update (#6191)

This commit is contained in:
CanbiZ 2025-07-24 10:57:20 +02:00 committed by GitHub
parent 9304835775
commit 4a050f3723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)