mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
no need to install java certificates
This commit is contained in:
parent
308e4437c3
commit
e587a0d9ef
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ynh_install_java() {
|
|||
package_name=${package_name}-${java_engine}
|
||||
fi
|
||||
|
||||
ynh_install_app_dependencies ca-certificates-java ${package_name}
|
||||
ynh_install_app_dependencies ${package_name}
|
||||
|
||||
# Store java_version into the config of this app
|
||||
ynh_app_setting_set --app=$app --key=java_version --value=$java_version
|
||||
|
|
Loading…
Reference in a new issue