mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-12 22:41:17 +00:00
trip
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -31,7 +31,7 @@ msg_ok "Built Frontend"
|
||||
msg_info "Setting up Backend"
|
||||
cd /opt/trip/backend
|
||||
$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_info "Configuring Application"
|
||||
|
||||
Reference in New Issue
Block a user