ClamAV & SA to EPEL: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
[[Migrate|Back]]
  This script will remove the QT version of ClamAV and replace it with EPEL's version.
  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.<br>
  This will mitigate wait times, hopefully, for newer versions of ClamAV and reduce workload for the QT lead.<br>

Latest revision as of 08:22, 2 April 2024

Back

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