ClamAV & SA to EPEL

From QmailToaster
Revision as of 22:13, 29 March 2024 by Ebroch (talk | contribs)
Jump to navigation Jump to search
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