From 904f0bdd3cac4efa83eadd82cbdbef585819883f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 13 May 2026 13:03:26 +0200 Subject: [PATCH] fix update (#14465) --- ct/soulsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/soulsync.sh b/ct/soulsync.sh index d714a5e4b..012c9dae0 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.txt + $STD uv pip install -r requirements.txt msg_ok "Updated Python Dependencies" mv /opt/soulsync-config.bak /opt/soulsync/config