mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Comment out yara
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
80422768f1
commit
740b9d9af6
@ -155,9 +155,9 @@ sudo chmod 644 /etc/systemd/system/unbound.service.d/override.conf
|
|||||||
sudo systemctl enable --now unbound
|
sudo systemctl enable --now unbound
|
||||||
|
|
||||||
# Setup yara
|
# Setup yara
|
||||||
sudo dnf install -y yara
|
#sudo dnf install -y yara
|
||||||
sudo insights-client --collector malware-detection
|
#sudo insights-client --collector malware-detection
|
||||||
sudo sed -i 's/test_scan: true/test_scan: false/' /etc/insights-client/malware-detection-config.yml
|
#sudo sed -i 's/test_scan: true/test_scan: false/' /etc/insights-client/malware-detection-config.yml
|
||||||
|
|
||||||
# Setup fwupd
|
# Setup fwupd
|
||||||
if [ "$virtualization" = 'none' ]; then
|
if [ "$virtualization" = 'none' ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user