clamd: update to 1.4.2 + build from source instead using alpine packages

This commit is contained in:
DerLinkman
2025-01-28 14:25:56 +01:00
parent 04058ab06e
commit 60a2270d1e
3 changed files with 99 additions and 8 deletions
+1
View File
@@ -91,6 +91,7 @@ done
) &
BACKGROUND_TASKS+=($!)
echo "$(clamd -V) is starting... please wait a moment."
nice -n10 clamd &
BACKGROUND_TASKS+=($!)