From 0e76e1348f888941562c04cb764f5ac6ca138b59 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:14:18 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 706af2c..edf9d30 100644 --- a/manifest.toml +++ b/manifest.toml @@ -98,11 +98,8 @@ ram.runtime = "3G" # clsi dependencies "poppler-utils", ] - packages_from_raw_bash = """ - if [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then + [resources.apt.extras.libssl] repo = "deb http://deb.debian.org/debian/ bullseye main contrib" key = "https://ftp-master.debian.org/keys/release-bullseye.asc" packages = ["libssl1.1_1.1.1w-0+deb11u1_amd64.deb"] - fi - """