add createrepo

This commit is contained in:
Mike Reeves
2023-02-21 10:15:47 -05:00
parent c4a5470454
commit bc054a15d3

View File

@@ -877,7 +877,7 @@ create_manager_pillars() {
create_repo() { create_repo() {
title "Create the repo directory" title "Create the repo directory"
logCmd "dnf -y install yum-utils" logCmd "dnf -y install yum-utils createrepo"
logCmd "createrepo /nsm/repo" logCmd "createrepo /nsm/repo"
} }