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:
parent
5abbd4b5ba
commit
f3d81af79f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue