Refactored installation scripts

This commit is contained in:
Michele Cereda
2022-04-18 01:12:37 +02:00
parent a202013a33
commit ec5e83b62f
12 changed files with 82 additions and 22 deletions

View 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