From c31139092251671ef86979039d625a7dcd7dce66 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 12 Jul 2023 12:50:47 -0400 Subject: [PATCH] sources: Check for node binary Signed-off-by: Stephen Gallagher --- nodejs-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-sources.sh b/nodejs-sources.sh index 1a3ba8c..885d9e5 100755 --- a/nodejs-sources.sh +++ b/nodejs-sources.sh @@ -134,7 +134,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" alias wget='wget --quiet' -packages=("jq" "wget" "tar" "fedpkg" "grep" "sed" "python3-jinja2-cli") +packages=("jq" "wget" "tar" "fedpkg" "grep" "sed" "python3-jinja2-cli" "nodejs") rpm -q ${packages[@]} >/dev/null if [ $? -ne 0 ]; then