From f719783cba6dbef4e250d8d88451331a7e2b0fb5 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Thu, 13 Mar 2025 08:49:02 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20F=C3=BCgt=20Virenschutz=20hinzu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 6_Polish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6_Polish.sh b/6_Polish.sh index abd602a..25ad98e 100755 --- a/6_Polish.sh +++ b/6_Polish.sh @@ -10,7 +10,7 @@ fi # System aktualisieren und benötigte Pakete installieren echo "🔄 System wird aktualisiert..." -sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync +sudo apt update && sudo apt install -y flatpak neovim ufw rfkill xdg-user-dirs rsync clamav clamav-freshclam clamav-docs libclamunrar9 clamav-daemon sudo ufw enable # Flatpak Flathub-Repo hinzufügen