Wizarr: quiesce output; ensure uv installed

This commit is contained in:
vhsdream
2025-06-05 15:30:21 -04:00
parent 66555486e0
commit 196e9d1365
2 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ unzip -q /tmp/"$RELEASE".zip
mv wizarr-${RELEASE}/ /opt/wizarr
cd /opt/wizarr
uv -q sync --locked
uv -q run pybabel compile -d app/translations
$STD uv -q run pybabel compile -d app/translations
$STD npm --prefix app/static install
mkdir -p ./.cache
uv -q run flask db upgrade