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:
parent
caa85489fd
commit
53a5844214
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue