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

typo : add space

This commit is contained in:
Krakinou 2023-05-03 22:21:33 +02:00
parent a244c46976
commit 263f93fc6e

View file

@ -9,5 +9,5 @@ pkg_dependencies="mediainfo dcraw p7zip"
if [[ "$YNH_ARCH" == "armhf" ]] || [[ "$YNH_ARCH" == "arm64" ]] if [[ "$YNH_ARCH" == "armhf" ]] || [[ "$YNH_ARCH" == "arm64" ]]
then then
pkg_dependencies+="openjdk-17-jre" pkg_dependencies+=" openjdk-17-jre"
fi fi