mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 00:35:54 +00:00
Update wizarr-install.sh
This commit is contained in:
@@ -21,7 +21,7 @@ setup_uv
|
||||
NODE_VERSION="22" setup_nodejs
|
||||
fetch_and_deploy_gh_release "wizarr" "wizarrrr/wizarr"
|
||||
|
||||
msg_info "Installing ${APPLICATION}"
|
||||
msg_info "Configure ${APPLICATION}"
|
||||
cd /opt/wizarr
|
||||
uv -q sync --locked
|
||||
$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
|
||||
mkdir -p ./.cache
|
||||
$STD uv -q run flask db upgrade
|
||||
msg_ok "Installed ${APPLICATION}"
|
||||
msg_ok "Configure ${APPLICATION}"
|
||||
|
||||
msg_info "Creating env, start script and service"
|
||||
LOCAL_IP="$(hostname -I | awk '{print $1}')"
|
||||
|
||||
Reference in New Issue
Block a user