Skip to content

Commit 81bdfe5

Browse files
committed
fix(soulsync): use uv pip instead of missing venv pip
1 parent c04e014 commit 81bdfe5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/soulsync-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fetch_and_deploy_gh_release "soulsync" "Nezreka/SoulSync" "tarball"
2929
msg_info "Setting up Application"
3030
cd /opt/soulsync
3131
$STD uv venv /opt/soulsync/.venv --python 3.11
32-
$STD /opt/soulsync/.venv/bin/pip install -r requirements-webui.txt
32+
$STD uv pip install -r requirements-webui.txt --python /opt/soulsync/.venv/bin/python
3333
mkdir -p /opt/soulsync/{config,data,logs}
3434
msg_ok "Set up Application"
3535

install/trek-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt install -y build-essential python3
17+
$STD apt install -y build-essential
1818
msg_ok "Installed Dependencies"
1919

2020
NODE_VERSION="24" setup_nodejs

0 commit comments

Comments
 (0)