mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-26 10:51:15 +00:00
Update wger.sh (#13977)
This commit is contained in:
parent
db2780ff44
commit
7a440679f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue