1
0
Fork 0
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:
Tagada 2023-09-26 16:58:31 +02:00
parent 3f308a61f0
commit f044250ec8

View file

@ -100,7 +100,7 @@ esac
jellyfin_deps=(at libsqlite3-0 libfontconfig1 libfreetype6 )
case "$debian" in
bullseye) jellyfin_deps+="libssl1.1" ;;
bookworm) jellyfin_deps="libssl3" ;;
bookworm) jellyfin_deps+="libssl3" ;;
*) echo "Unknown release: $debian" >&2; exit 1 ;;
esac