MediaManager: make sure to update UV

This commit is contained in:
vhsdream 2025-08-24 19:42:14 -04:00
parent e3e6d86b6e
commit 74ec341965

View File

@ -28,6 +28,8 @@ function update_script() {
exit
fi
setup_uv
RELEASE=$(curl -fsSL https://api.github.com/repos/maxdorninger/MediaManager/releases/latest | jq '.tag_name' | sed 's/^v//')
if [[ "${RELEASE}" != "$(cat ~/.mediamanager 2>/dev/null)" ]] || [[ ! -f ~/.mediamanager ]]; then
msg_info "Stopping Service"