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:
parent
ad044fbd8d
commit
167029c481
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue