This script will remove the QT version of ClamAV and replace it with EPEL's version.
 This will mitigate wait times, hopefully, for newer versions of ClamAV and reduce workload for the QT lead.

 CentOS 7

 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh

 CentOS 8

 # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos8.sh && chmod 755 ./clam-cos8.sh && ./clam-cos8.sh