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" msg_info "Updating Backend"
cd /opt/trip/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_ok "Updated Backend"
msg_info "Restoring Configuration" msg_info "Restoring Configuration"

View File

@ -31,7 +31,7 @@ msg_ok "Built Frontend"
msg_info "Setting up Backend" msg_info "Setting up Backend"
cd /opt/trip/backend cd /opt/trip/backend
$STD uv venv /opt/trip/.venv $STD uv venv /opt/trip/.venv
$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 "Set up Backend" msg_ok "Set up Backend"
msg_info "Configuring Application" msg_info "Configuring Application"