From 2e2f41556135d813408998725ca04a374071e2f7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:13:10 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index fffa2ed..4f7f79e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -99,7 +99,7 @@ ram.runtime = "3G" "poppler-utils", ] packages_from_raw_bash = """ - if YNH_DEBIAN_VERSION == "bookworm" ]]; then + if [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then extras.libssl.repo = "http://ftp.de.debian.org/debian/pool/main/o/openssl/" extras.libssl.key = "http://ftp.de.debian.org/debian/dists/bullseye/Release.gpg" extras.libssl.packages = ["libssl1.1_1.1.1w-0+deb11u1_amd64.deb"]