Update wizarr-install.sh

This commit is contained in:
CanbiZ 2025-06-19 08:19:16 +02:00
parent 61113b399c
commit 078cba5cf8

View File

@ -19,9 +19,9 @@ msg_ok "Installed Dependencies"
setup_uv setup_uv
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "wizarr" "wizarrrr/wizarr"
msg_info "Installing ${APPLICATION}" msg_info "Installing ${APPLICATION}"
fetch_and_deploy_gh_release "wizarr" "wizarrrr/wizarr"
cd /opt/wizarr cd /opt/wizarr
uv -q sync --locked uv -q sync --locked
$STD uv -q run pybabel compile -d app/translations $STD uv -q run pybabel compile -d app/translations
@ -29,7 +29,6 @@ $STD npm --prefix app/static install
$STD npm --prefix app/static run build:css $STD npm --prefix app/static run build:css
mkdir -p ./.cache mkdir -p ./.cache
$STD uv -q run flask db upgrade $STD uv -q run flask db upgrade
echo "${RELEASE}" >/opt/wizarr_version.txt
msg_ok "Installed ${APPLICATION}" msg_ok "Installed ${APPLICATION}"
msg_info "Creating env, start script and service" msg_info "Creating env, start script and service"