1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dont-code_ynh.git synced 2024-09-03 18:26:34 +02:00

Install Java

This commit is contained in:
Gérard Collin 2023-01-19 17:15:05 +01:00 committed by GitHub
parent 5abbd4b5ba
commit f3d81af79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ PORT_LIST=($port_ide $port_preview $port_project $port_data)
ynh_script_progression --message="Installing dependencies..." --weight=1
# Install the required version of Java
# ynh_install_java --java_version=$java_version --jdk_type=jre
ynh_install_java --java_version=$java_version --jdk_type=jre
### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package.
### Those deb packages will be installed as dependencies of this package.