Include ffmpeg and drop setup_ffmpeg from install

Add ffmpeg to the apt packages installed by install/birdnet-install.sh and remove the now-unnecessary setup_ffmpeg invocation. Also apply a minor whitespace change to json/birdnet.json (remove trailing newline).
This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 10:37:09 +01:00
parent f95260387c
commit 4d40f65286

View File

@@ -17,11 +17,10 @@ msg_info "Installing Dependencies"
$STD apt install -y \
libasound2 \
sox \
alsa-utils
alsa-utils \
ffmpeg
msg_ok "Installed Dependencies"
setup_ffmpeg
fetch_and_deploy_gh_release "birdnet" "tphakala/birdnet-go" "prebuild" "latest" "/opt/birdnet" "birdnet-go-linux-amd64.tar.gz"
msg_info "Setting up BirdNET"