mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
JRE -> JDK
https://github.com/apache/ofbiz-framework?tab=readme-ov-file#system-requirements
This commit is contained in:
parent
547abdf022
commit
ff8966aa08
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ ram.runtime = "50M"
|
|||
packages = [ "postgresql"]
|
||||
packages_from_raw_bash = """
|
||||
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
|
||||
echo "openjdk-11-jre";
|
||||
echo "openjdk-11-jdk";
|
||||
elif [[ $YNH_DEBIAN_VERSION == "bookworm" ]]; then
|
||||
echo "openjdk-17-jre";
|
||||
echo "openjdk-17-jdk";
|
||||
fi
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue