This commit is contained in:
CanbiZ (MickLesk)
2026-02-09 13:45:13 +01:00
parent cb5d763195
commit d2bbeed04d
2 changed files with 8 additions and 8 deletions

View File

@@ -55,11 +55,11 @@ function update_script() {
touch bookmarks/settings/custom.py
$STD npm ci
$STD npm run build
$STD uv sync --no-dev
$STD uv sync --no-dev --frozen
$STD uv pip install gunicorn
set -a && source /opt/linkding/.env && set +a
$STD uv run python manage.py migrate
$STD uv run python manage.py collectstatic --no-input
$STD /opt/linkding/.venv/bin/python manage.py migrate
$STD /opt/linkding/.venv/bin/python manage.py collectstatic --no-input
msg_ok "Updated ${APP}"
msg_info "Starting Services"