From 81bdfe5eaa5f7e0417575cd0b090764c59b35161 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 2 Apr 2026 22:41:25 +0200 Subject: [PATCH] fix(soulsync): use uv pip instead of missing venv pip --- install/soulsync-install.sh | 2 +- install/trek-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/soulsync-install.sh b/install/soulsync-install.sh index 5b90a4c0..1734ed40 100644 --- a/install/soulsync-install.sh +++ b/install/soulsync-install.sh @@ -29,7 +29,7 @@ fetch_and_deploy_gh_release "soulsync" "Nezreka/SoulSync" "tarball" msg_info "Setting up Application" cd /opt/soulsync $STD uv venv /opt/soulsync/.venv --python 3.11 -$STD /opt/soulsync/.venv/bin/pip install -r requirements-webui.txt +$STD uv pip install -r requirements-webui.txt --python /opt/soulsync/.venv/bin/python mkdir -p /opt/soulsync/{config,data,logs} msg_ok "Set up Application" diff --git a/install/trek-install.sh b/install/trek-install.sh index e75929be..0d938cd5 100644 --- a/install/trek-install.sh +++ b/install/trek-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y build-essential python3 +$STD apt install -y build-essential msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs