From 263f93fc6e00feb8f8e7bcb2a63c19325c5228d5 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 3 May 2023 22:21:33 +0200 Subject: [PATCH] typo : add space --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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