From 3f58e800572aa2da0b096e735b826c074f8fb121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:01:15 +0200 Subject: [PATCH] Update soulsync.sh --- ct/soulsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/soulsync.sh b/ct/soulsync.sh index ef7ab92d4..d714a5e4b 100644 --- a/ct/soulsync.sh +++ b/ct/soulsync.sh @@ -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