This commit is contained in:
Trevor Batley 2023-09-04 11:23:38 +10:00
parent 2df0116022
commit bc287b3acb

View File

@ -34,7 +34,7 @@ source "$SCRIPT_DIR"/koji-parameters.sh
# pull down any required scripts
if [ ! -f $SCRIPTS_DIR/koji-gencert.sh ] ; then
curl $SILENT $SCRIPT_GIT/koji-deploy-hub.sh > $SCRIPT_DIR/koji-deploy-hub.sh
curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh
fi
# Install all the required packages (some live in the epel repo, so we need to install that too)