1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2024-06-12 14:41:35 +02:00
parent 1166204cc2
commit 30a2925952

View file

@ -61,4 +61,11 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "openjdk-17-jre-headless"
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
"""