1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00

openjdk-8-jre doesn't exist on buster, request openjdk-11-jre instead

This commit is contained in:
Alexandre Aubin 2020-03-15 05:36:57 +01:00 committed by GitHub
parent ae8e4634be
commit bf40b3dd1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="openjdk-8-jre ffmpeg"
pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg"
#=================================================
# PERSONAL HELPERS
@ -59,4 +59,4 @@ ynh_multimedia_addfolder () {
ynh_handle_getopts_args "$@"
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
}
}