From 59fd99b3557a2342b9e2283391da1f59bbb5e1d1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 26 Feb 2024 12:43:08 +0100 Subject: [PATCH] Add ClamAV configuration --- arch.sh | 10 +++++++++- archinstall/user_configuration.json | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index 8f08c76..e83014d 100644 --- a/arch.sh +++ b/arch.sh @@ -59,7 +59,7 @@ main() { gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \ gnome-shell-extension-quick-settings-tweaks-git vesktop-bin \ epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \ - gnome-shell-extension-blur-my-shell + gnome-shell-extension-blur-my-shell clamav-unofficial-sigs # === Disable wayland == @@ -428,6 +428,14 @@ main() { # Configuration wget -q --show-progress ${repo}/.config/s-tui/s-tui.conf -P "$HOME"/.config/s-tui/ + # === ClamAV == + # Virus definitions + sudo systemctl enable clamav-freshclam.service + sudo systemctl start clamav-freshclam.service + # Daemon + sudo systemctl enable clamav-daemon.service + sudo systemctl start clamav-daemon.service + printf "\nConcernant le Secure Boot, voici le tuto :" echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/" echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur." diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index b3c5c5b..d3f7076 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -138,7 +138,8 @@ "sfml", "perl-yaml-tiny", "perl-file-homedir", - "perl-file-which" + "perl-file-which", + "clamav" ], "plugin": null, "profile": {