mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Refactored installation scripts
This commit is contained in:
8
scripts/dnf/clamav.install.sh
Normal file
8
scripts/dnf/clamav.install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo dnf install --assumeyes clamav clamd clamav-update
|
||||
sudo setsebool -P antivirus_can_scan_system 1
|
||||
|
||||
sudo systemctl stop clamav-freshclam
|
||||
sudo freshclam
|
||||
sudo systemctl enable --now clamav-freshclam
|
||||
Reference in New Issue
Block a user