don't update db

This commit is contained in:
Mylloon 2024-07-19 17:35:11 +02:00
parent d847349948
commit ca306d2eeb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 3 deletions

View file

@ -15,7 +15,7 @@
# sudo_command = "sudo"
# Disable specific steps - same options as the command line flag
# disable = ["system", "emacs"]
disable = ["clam_av_db"]
# Ignore failures for these steps
# ignore_failures = ["powershell"]

View file

@ -376,8 +376,6 @@ function main {
# Daemon
sudo systemctl enable clamav-daemon.service
sudo systemctl start clamav-daemon.service
# Permission to database directory
sudo chown -R "$USER" /var/lib/clamav
# === GPU Screen recorder ==