1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Re-add openjdk-17-jre dependency mistakenly removed in previous commits

This commit is contained in:
Alexandre Aubin 2023-03-13 22:42:48 +01:00 committed by GitHub
parent caa85489fd
commit 53a5844214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,8 @@
# dependencies used by the app
pkg_dependencies="mediainfo dcraw p7zip"
if [[ "$YNH_ARCH" == "armhf" ]] || [[ "$YNH_ARCH" == "arm64" ]]
then
pkg_dependencies+="openjdk-17-jre"
fi