From 0f758c9ab2e62bb5427e4ca5922a0a932abdfca3 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Thu, 2 Apr 2026 22:06:47 +0200 Subject: [PATCH] fix(soulsync): use apt ffmpeg instead of setup_ffmpeg --- install/soulsync-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/soulsync-install.sh b/install/soulsync-install.sh index 8c4c4862..5b90a4c0 100644 --- a/install/soulsync-install.sh +++ b/install/soulsync-install.sh @@ -18,13 +18,12 @@ $STD apt install -y \ gcc \ libffi-dev \ libssl-dev \ - libchromaprint-tools + libchromaprint-tools \ + ffmpeg msg_ok "Installed Dependencies" UV_PYTHON="3.11" setup_uv -setup_ffmpeg - fetch_and_deploy_gh_release "soulsync" "Nezreka/SoulSync" "tarball" msg_info "Setting up Application"