diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-04-29 23:03:57 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-04-29 23:03:57 -0400 |
| commit | c8a59c83439180ac2b4795d8d09009a30e696e93 (patch) | |
| tree | 74555dbdded72240ae9b7c5bfd18ebf8bc03c230 | |
| parent | 696a36b4a5ada69f00875afa5e1ff1c596c7a371 (diff) | |
Support libssl1.1 for Ubuntu Disco
| -rw-r--r-- | deployment/debian-package-x64/pkg-src/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/debian-package-x64/pkg-src/control b/deployment/debian-package-x64/pkg-src/control index d96660590..4422f0fda 100644 --- a/deployment/debian-package-x64/pkg-src/control +++ b/deployment/debian-package-x64/pkg-src/control @@ -23,6 +23,6 @@ Depends: at, jellyfin-ffmpeg, libfontconfig1, libfreetype6, - libssl1.0.0 | libssl1.0.2 + libssl1.0.0 | libssl1.0.2 | libssl1.1 Description: Jellyfin is a home media server. It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development. |
