fix(soulsync): use apt ffmpeg instead of setup_ffmpeg

This commit is contained in:
MickLesk
2026-04-02 22:06:47 +02:00
parent f1581d8449
commit 0f758c9ab2

View File

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