1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Merge pull request #15 from Thovi98/Update-to-openjdk-11-jre-headless

Update install
This commit is contained in:
Éric Gaspar 2020-10-21 09:31:15 +02:00 committed by GitHub
commit d5471bb114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,10 +66,9 @@ ynh_app_setting_set --app=$app --key=port --value=$port
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES
#================================================= #=================================================
ynh_print_info "Installing dependencies..." ynh_print_info "Installing dependencies..."
ynh_install_app_dependencies openjdk-8-jre-headless ffmpeg ynh_install_app_dependencies openjdk-11-jre-headless ffmpeg
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE