Update soulsync.sh

This commit is contained in:
Slaviša Arežina
2026-04-30 19:01:15 +02:00
committed by GitHub
parent 15e628f9bb
commit 3f58e80057
+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-webui.txt
$STD /opt/soulsync/.venv/bin/pip install -r requirements.txt
msg_ok "Updated Python Dependencies"
mv /opt/soulsync-config.bak /opt/soulsync/config