From 1de65d8218ee8eb03370c3b4b2c4d68f734dee82 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 1 May 2024 21:31:01 +0200 Subject: [PATCH] test --- manifest.toml | 13 +++++++------ scripts/install | 4 +++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 361e65d..93c1bce 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,6 +55,12 @@ ram.runtime = "3G" sha256 = "403e9572b32addb4252de171191200510af70cdb868e90838091183e3ebec9a7" autoupdate.strategy = "latest_github_commit" + [resources.sources.libssl] + amd64.url = "http://ftp.de.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb" + amd64.sha256 = "aadf8b4b197335645b230c2839b4517aa444fd2e8f434e5438c48a18857988f7" + arm64.url = "http://ftp.de.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_arm64.deb" + arm64.sha256 = "fe7a7d313c87e46e62e614a07137e4a476a79fc9e5aab7b23e8235211280fee3" + [resources.system_user] allow_email = true @@ -93,9 +99,4 @@ ram.runtime = "3G" # clsi dependencies "poppler-utils", - ] - - [resources.apt.extras.libssl] - repo = "deb http://ftp.fr.debian.org/debian bullseye main " - key = "http://ftp.fr.debian.org/debian/dists/bullseye/Release.gpg" - packages = ["libssl1.1_1.1.1w-0+deb11u1_amd64.deb"] + ] \ No newline at end of file diff --git a/scripts/install b/scripts/install index 4db35c1..5ab34a8 100755 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,9 @@ fi ynh_script_progression --message="Setting up source files..." # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir/build" +ynh_setup_source --dest_dir="$install_dir/build" --source_id="main" +ynh_setup_source --dest_dir="$install_dir/build" --source_id="libssl" + mkdir -p $install_dir/tmp mkdir -p $install_dir/tmp/{projectHistories,dumpFolder,uploads}