diff --git a/prepare.sh b/prepare.sh index 94bc02cfd..d13e1eaee 100755 --- a/prepare.sh +++ b/prepare.sh @@ -73,7 +73,7 @@ done set -x -yum -y install git podman make +dnf -y install git podman make git clone --depth=1 --branch="${base}" "${gitrepo}" "${workdir}" cd "${workdir}"