From b0cb194bd51232ded0033249ee463453e82c52fe Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 30 Apr 2026 18:53:22 +0200 Subject: [PATCH] soulsync: fix Micks stuff again --- install/soulsync-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/soulsync-install.sh b/install/soulsync-install.sh index 1734ed40..e5b2a329 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 uv pip install -r requirements-webui.txt --python /opt/soulsync/.venv/bin/python +$STD uv pip install -r requirements.txt --python /opt/soulsync/.venv/bin/python mkdir -p /opt/soulsync/{config,data,logs} msg_ok "Set up Application"