File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ fetch_and_deploy_gh_release "soulsync" "Nezreka/SoulSync" "tarball"
2929msg_info " Setting up Application"
3030cd /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
3333mkdir -p /opt/soulsync/{config,data,logs}
3434msg_ok " Set up Application"
3535
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ network_check
1414update_os
1515
1616msg_info " Installing Dependencies"
17- $STD apt install -y build-essential python3
17+ $STD apt install -y build-essential
1818msg_ok " Installed Dependencies"
1919
2020NODE_VERSION=" 24" setup_nodejs
You can’t perform that action at this time.
0 commit comments