Add ClamAV configuration
This commit is contained in:
parent
4c3b4b5c03
commit
59fd99b355
2 changed files with 11 additions and 2 deletions
10
arch.sh
10
arch.sh
|
@ -59,7 +59,7 @@ main() {
|
||||||
gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \
|
gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \
|
||||||
gnome-shell-extension-quick-settings-tweaks-git vesktop-bin \
|
gnome-shell-extension-quick-settings-tweaks-git vesktop-bin \
|
||||||
epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-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 ==
|
# === Disable wayland ==
|
||||||
|
@ -428,6 +428,14 @@ main() {
|
||||||
# Configuration
|
# Configuration
|
||||||
wget -q --show-progress ${repo}/.config/s-tui/s-tui.conf -P "$HOME"/.config/s-tui/
|
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 :"
|
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 "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."
|
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
|
|
|
@ -138,7 +138,8 @@
|
||||||
"sfml",
|
"sfml",
|
||||||
"perl-yaml-tiny",
|
"perl-yaml-tiny",
|
||||||
"perl-file-homedir",
|
"perl-file-homedir",
|
||||||
"perl-file-which"
|
"perl-file-which",
|
||||||
|
"clamav"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue