diff --git a/scripts/_common.sh b/scripts/_common.sh index a6136d5..94f603f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,5 +9,5 @@ pkg_dependencies="mediainfo dcraw p7zip" if [[ "$YNH_ARCH" == "armhf" ]] || [[ "$YNH_ARCH" == "arm64" ]] then - pkg_dependencies+="openjdk-17-jre" + pkg_dependencies+=" openjdk-17-jre" fi