This commit is contained in:
CrazyWolf13
2026-01-16 14:27:18 +01:00
parent f3d8f474ea
commit 32fac05edd
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ function update_script() {
msg_info "Updating Backend"
cd /opt/trip/backend
$STD /opt/trip/.venv/bin/pip install --no-cache-dir -r trip/requirements.txt
$STD uv pip install --python /opt/trip/.venv/bin/python -r trip/requirements.txt
msg_ok "Updated Backend"
msg_info "Restoring Configuration"