Wizarr: lowercase and hardcode app name

This commit is contained in:
vhsdream
2025-06-05 10:53:33 -04:00
parent 69f14faa4b
commit ecff502e0a
2 changed files with 13 additions and 13 deletions

View File

@@ -44,8 +44,8 @@ function update_script() {
rm -rf /opt/wizarr
curl -fsSL "https://github.com/wizarrrr/wizarr/archive/refs/tags/${RELEASE}.zip" -o /tmp/"$RELEASE".zip
unzip -q /tmp/"$RELEASE".zip
mv ${APPLICATION}-${RELEASE}/ /opt/${APPLICATION}
cd /opt/"$APPLICATION"
mv wizarr-${RELEASE}/ /opt/wizarr
cd /opt/wizarr
uv -q sync --locked
ln -s ./app/translations ./translations
$STD tar -xf "$BACKUP_PATH" --directory=/