mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
9 lines
219 B
Bash
Executable File
9 lines
219 B
Bash
Executable File
#!/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
|