diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index b73d9b9..0f1194f 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -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"] diff --git a/arch.sh b/arch.sh index 54e6396..bda91c1 100644 --- a/arch.sh +++ b/arch.sh @@ -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 ==