From 740b9d9af63b2a4027c1d613e817ffaf73d95626 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 7 Jun 2024 20:41:02 -0700 Subject: [PATCH] Comment out yara Signed-off-by: Tommy --- RHEL-9.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RHEL-9.sh b/RHEL-9.sh index 8613a38..c4ead88 100644 --- a/RHEL-9.sh +++ b/RHEL-9.sh @@ -155,9 +155,9 @@ sudo chmod 644 /etc/systemd/system/unbound.service.d/override.conf sudo systemctl enable --now unbound # Setup yara -sudo dnf install -y yara -sudo insights-client --collector malware-detection -sudo sed -i 's/test_scan: true/test_scan: false/' /etc/insights-client/malware-detection-config.yml +#sudo dnf install -y yara +#sudo insights-client --collector malware-detection +#sudo sed -i 's/test_scan: true/test_scan: false/' /etc/insights-client/malware-detection-config.yml # Setup fwupd if [ "$virtualization" = 'none' ]; then