diff --git a/nodejs-sources.sh b/nodejs-sources.sh index e81b6f2..465cbdb 100755 --- a/nodejs-sources.sh +++ b/nodejs-sources.sh @@ -123,7 +123,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" alias wget='wget --quiet' -packages=("jq" "wget" "tar" "fedpkg" "grep" "sed") +packages=("jq" "wget" "tar" "fedpkg" "grep" "sed" "python3-jinja2-cli") rpm -q ${packages[@]} >/dev/null if [ $? -ne 0 ]; then @@ -316,7 +316,7 @@ IFS='' read -r -d '' template_json <