install deps is not needed

This commit is contained in:
psklenar@redhat.com 2025-03-20 07:35:25 +01:00
commit 9b4f7282a7

View file

@ -38,11 +38,6 @@ rlJournalStart
rlLog "Arch: $(arch), PC name: $(hostname), $(hostname -A) User: $(whoami)"
rlLog "$DEFAULT_IF"
rlIsRHEL && repos="--enablerepo=rhel-CRB --enablerepo=rhel-buildroot"
rlIsCentOS && repos="--enablerepo=crb"
rlIsRHELLike && rlRun "dnf install -y $(rlGetRecommended) $repos"
rlCheckDependencies
rm -f /var/named/data/dnstap*
rlPhaseEnd