mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
dumb dumb tagada missing a + sign...
This commit is contained in:
parent
3f308a61f0
commit
f044250ec8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ esac
|
||||||
jellyfin_deps=(at libsqlite3-0 libfontconfig1 libfreetype6 )
|
jellyfin_deps=(at libsqlite3-0 libfontconfig1 libfreetype6 )
|
||||||
case "$debian" in
|
case "$debian" in
|
||||||
bullseye) jellyfin_deps+="libssl1.1" ;;
|
bullseye) jellyfin_deps+="libssl1.1" ;;
|
||||||
bookworm) jellyfin_deps="libssl3" ;;
|
bookworm) jellyfin_deps+="libssl3" ;;
|
||||||
*) echo "Unknown release: $debian" >&2; exit 1 ;;
|
*) echo "Unknown release: $debian" >&2; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue