From 7df7440a86f53128011defe09706bb08909cff08 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Mar 29 2023 11:12:25 +0000 Subject: it installs automatically --- diff --git a/Sanity/tls12/runtest.sh b/Sanity/tls12/runtest.sh index ccafe44..73c7300 100755 --- a/Sanity/tls12/runtest.sh +++ b/Sanity/tls12/runtest.sh @@ -37,8 +37,6 @@ rlJournalStart rlAssertRpm $PACKAGES || rlDie "Package $PACKAGES not installed" if rlIsRHEL '<=7'; then rlRun "yum -y install proftpd --enablerepo \*" 0 "Install proftpd" - else - rlRun "dnf --enablerepo=epel,crb -y install proftpd " 0 "Install proftpd" fi CONF="/etc/proftpd.conf"