fix uv clearing on update

This commit is contained in:
CanbiZ (MickLesk)
2026-04-22 06:43:17 +02:00
parent f065585a67
commit 010d5ede73
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ function update_script() {
msg_info "Updating Python Dependencies"
cd /opt/soulsync
$STD uv venv /opt/soulsync/.venv --python 3.11
$STD uv venv --clear /opt/soulsync/.venv --python 3.11
$STD /opt/soulsync/.venv/bin/pip install -r requirements-webui.txt
msg_ok "Updated Python Dependencies"