From ca306d2eeb198113f33a97b591fd717979d2794e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 19 Jul 2024 17:35:11 +0200 Subject: [PATCH] don't update db --- .config/topgrade/topgrade.toml | 2 +- arch.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 ==