don't update db
This commit is contained in:
parent
d847349948
commit
ca306d2eeb
2 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
# sudo_command = "sudo"
|
# sudo_command = "sudo"
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
# disable = ["system", "emacs"]
|
disable = ["clam_av_db"]
|
||||||
|
|
||||||
# Ignore failures for these steps
|
# Ignore failures for these steps
|
||||||
# ignore_failures = ["powershell"]
|
# ignore_failures = ["powershell"]
|
||||||
|
|
2
arch.sh
2
arch.sh
|
@ -376,8 +376,6 @@ function main {
|
||||||
# Daemon
|
# Daemon
|
||||||
sudo systemctl enable clamav-daemon.service
|
sudo systemctl enable clamav-daemon.service
|
||||||
sudo systemctl start clamav-daemon.service
|
sudo systemctl start clamav-daemon.service
|
||||||
# Permission to database directory
|
|
||||||
sudo chown -R "$USER" /var/lib/clamav
|
|
||||||
|
|
||||||
|
|
||||||
# === GPU Screen recorder ==
|
# === GPU Screen recorder ==
|
||||||
|
|
Loading…
Reference in a new issue