feat: Fügt Virenschutz hinzu. #4

Closed
DragonSlayer_14 wants to merge 11 commits from debian_12_bookworm into tuxedo_os
Showing only changes of commit 86da8cf610 - Show all commits

View File

@@ -278,6 +278,14 @@ if [[ "$answer" == "j" ]] || [[ "$anwser" == "y" ]]; then
sudo systemctl enable --now waydroid-container
sudo cat << 'EOF' | sudo tee /etc/profile.d/hide_waydroid_apps.sh > /dev/null
for app in ~/.local/share/applications/waydroid.*.desktop; do
grep -q NoDisplay $app || sed '/^Icon=/a NoDisplay=true' -i $app
done
EOF
sudo chmod +x /etc/profile.d/*
echo "⚠️ Beachte, dass in Portmaster unter 'Network Noise' die Ports 53 und 67 komplett freigegeben sind!"
fi