From fcb2e70d4e2cb6a53df70c63863f7f7f3ae92870 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 14 Jun 2024 00:49:46 -0600 Subject: [PATCH] bump jre --- manifest.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index b23b584..a5c0e09 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,11 +60,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - - packages_from_raw_bash = """ - if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then - echo "openjdk-11-jre"; - elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then - echo "openjdk-17-jre"; - fi - """ + pacakges = "openjdk-17-jre" \ No newline at end of file