Browse Source

Merge pull request #7648 from jellyfin/libssl3-jammy

Add libssl3 as an alternative dependency for Ubuntu 22.04 LTS

(cherry picked from commit e87240b3741fb93d1c4756565d488607ba564b19)
Signed-off-by: crobibero <cody@robibe.ro>
Joshua M. Boniface 3 years ago
parent
commit
d16e36d5a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/control

+ 1 - 1
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.