fix(soulsync): use uv pip instead of missing venv pip

This commit is contained in:
MickLesk
2026-04-02 22:41:25 +02:00
parent c04e0141b9
commit 81bdfe5eaa
2 changed files with 2 additions and 2 deletions

View File

@@ -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