provision ffmpeg on DeepDrftAPI host for Opus transcode

Phase 18.1 needs ffmpeg (libopus). Add it to bootstrap.sh apt prereqs and a
preflight guard in install.sh; resolves via the systemd user unit's default
PATH (/usr/bin), no config change.
This commit is contained in:
daniel-c-harvey
2026-06-23 07:30:13 -04:00
parent b3dadbb572
commit ba064cc136
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ apt-get install -y --no-install-recommends \
openssl \
jq \
wget \
ca-certificates
ca-certificates \
ffmpeg
echo " [ok] apt packages installed"