Update wger.sh (#13977)

This commit is contained in:
Soppster1029
2026-04-23 19:08:21 -05:00
committed by GitHub
parent db2780ff44
commit 7a440679f5

View File

@@ -53,6 +53,8 @@ function update_script() {
set -a && source /opt/wger/.env && set +a
export DJANGO_SETTINGS_MODULE=settings.main
$STD uv pip install .
$STD npm install
$STD npm run build:css:sass
$STD uv run python manage.py migrate
$STD uv run python manage.py collectstatic --no-input
msg_ok "Updated wger"