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:
  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>
  CentOS 7<br>
  CentOS 7
  # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh<br>
  # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos7.sh && chmod 755 ./clam-cos7.sh && ./clam-cos7.sh<br>
  CentOS 8<br>
  CentOS 8
  # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos8.sh && chmod 755 ./clam-cos8.sh && ./clam-cos8.sh
  # curl -O https://raw.githubusercontent.com/qmtoaster/scripts/master/clam-cos8.sh && chmod 755 ./clam-cos8.sh && ./clam-cos8.sh

Revision as of 22:15, 29 March 2024

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