From 057d5dfc2550c1430bfb01f3b35d2df585d97b43 Mon Sep 17 00:00:00 2001 From: Nyanmisaka Date: Sat, 23 Apr 2022 18:53:59 +0800 Subject: [PATCH] Add libssl3 as an alternative dependency for Ubuntu 22.04 LTS --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index da9aa94d4d..dea48d9482 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: at, libsqlite3-0, libfontconfig1, libfreetype6, - libssl1.1 + libssl1.1 | libssl3 Recommends: jellyfin-web, sudo Description: Jellyfin is the Free Software Media System. This package provides the Jellyfin server backend and API.