Update wizarr-install.sh

This commit is contained in:
CanbiZ 2025-06-19 08:21:03 +02:00
parent 078cba5cf8
commit aad029393a

View File

@ -21,7 +21,7 @@ setup_uv
NODE_VERSION="22" setup_nodejs NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "wizarr" "wizarrrr/wizarr" fetch_and_deploy_gh_release "wizarr" "wizarrrr/wizarr"
msg_info "Installing ${APPLICATION}" msg_info "Configure ${APPLICATION}"
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,7 @@ $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
msg_ok "Installed ${APPLICATION}" msg_ok "Configure ${APPLICATION}"
msg_info "Creating env, start script and service" msg_info "Creating env, start script and service"
LOCAL_IP="$(hostname -I | awk '{print $1}')" LOCAL_IP="$(hostname -I | awk '{print $1}')"