mirror of
https://github.com/YunoHost-Apps/yacy_ynh.git
synced 2024-09-03 18:05:59 +02:00
commit
54c390d26d
1 changed files with 7 additions and 3 deletions
|
@ -67,6 +67,10 @@ ram.runtime = "590M"
|
|||
main.default = 8090
|
||||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"openjdk-11-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
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue