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:
parent
ae8e4634be
commit
bf40b3dd1e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue