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

Merge pull request #152 from YunoHost-Apps/testing

Testing
This commit is contained in:
Navan Chauhan 2024-06-14 10:52:57 -06:00 committed by GitHub
commit 3f220cba12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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