From c20c942943bb0638877198239fbb3891d1682ad2 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:56:07 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index ed4066f..72b2275 100644 --- a/manifest.toml +++ b/manifest.toml @@ -98,3 +98,9 @@ ram.runtime = "3G" # clsi dependencies "poppler-utils", ] + packages_from_raw_bash = """ + if YNH_DEBIAN_VERSION == "bookworm" ]]; then + extras.libssl.repo = "http://ftp.de.debian.org/debian/pool/main/o/openssl/" + extras.libssl.packages = "libssl1.1_1.1.1w-0+deb11u1_amd64.deb" + fi + """