mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server): ffprobe not found (#3532)
* fix(server): ffprobe not found * chore: remove redundant path export * chore: remove empty space
This commit is contained in:
@@ -15,3 +15,6 @@ apt-get -yqq -f install ./jellyfin-ffmpeg6_${FFMPEG_VERSION}-bookworm_${TARGETAR
|
||||
rm jellyfin-ffmpeg6_${FFMPEG_VERSION}-bookworm_${TARGETARCH}.deb
|
||||
rm ffmpeg.sha256
|
||||
ldconfig /usr/lib/jellyfin-ffmpeg/lib
|
||||
|
||||
ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/bin
|
||||
ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/bin
|
||||
|
||||
Reference in New Issue
Block a user