diff --git a/setup/so-functions b/setup/so-functions index d358e9429..da20019c1 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -877,7 +877,7 @@ create_manager_pillars() { create_repo() { title "Create the repo directory" - logCmd "dnf -y install yum-utils" + logCmd "dnf -y install yum-utils createrepo" logCmd "createrepo /nsm/repo" }