1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

baaaaaaaash /o\

This commit is contained in:
Tagada 2023-09-26 18:10:42 +02:00
parent ad044fbd8d
commit 167029c481

View file

@ -87,8 +87,8 @@ ffmpeg_deps_bookworm=(
)
case "$debian" in
bullseye) ffmpeg_deps=$ffmpeg_deps_bullseye ;;
bookworm) ffmpeg_deps=$ffmpeg_deps_bookworm ;;
bullseye) ffmpeg_deps="${ffmpeg_deps_bullseye[*]}" ;;
bookworm) ffmpeg_deps="${ffmpeg_deps_bookworm[*]}" ;;
*) echo "Unknown release: $debian" >&2; exit 1 ;;
esac
case "$YNH_ARCH" in