mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
baaaaaaaaaaaaaaaaaaaaash /o\ thanks to @Salamandar
This commit is contained in:
parent
b77269ff10
commit
a2dca86772
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ ffmpeg_deps_bookworm=(
|
||||||
)
|
)
|
||||||
|
|
||||||
case "$debian" in
|
case "$debian" in
|
||||||
bullseye) ffmpeg_deps="${ffmpeg_deps_bullseye[*]}" ;;
|
bullseye) ffmpeg_deps=("${ffmpeg_deps_bullseye[@]}") ;;
|
||||||
bookworm) ffmpeg_deps="${ffmpeg_deps_bookworm[*]}" ;;
|
bookworm) ffmpeg_deps=("${ffmpeg_deps_bookworm[@]}") ;;
|
||||||
*) echo "Unknown release: $debian" >&2; exit 1 ;;
|
*) echo "Unknown release: $debian" >&2; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
case "$YNH_ARCH" in
|
case "$YNH_ARCH" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue