fix update (#14465)

This commit is contained in:
Slaviša Arežina
2026-05-13 13:03:26 +02:00
committed by GitHub
parent de08fc45d4
commit 904f0bdd3c
+1 -1
View File
@@ -44,7 +44,7 @@ function update_script() {
msg_info "Updating Python Dependencies"
cd /opt/soulsync
$STD uv venv --clear /opt/soulsync/.venv --python 3.11
$STD /opt/soulsync/.venv/bin/pip install -r requirements.txt
$STD uv pip install -r requirements.txt
msg_ok "Updated Python Dependencies"
mv /opt/soulsync-config.bak /opt/soulsync/config