Feat: Fügt Installation von ufw hinzu.

This commit is contained in:
DragonSlayer_14 2025-03-03 15:13:31 +01:00
parent 77f372b82c
commit a5f77c9b7f

View File

@ -9,7 +9,8 @@ if [[ $EUID -eq 0 ]]; then
fi
echo "🔄 System wird aktualisiert..."
sudo apt update && sudo apt install -y flatpak neovim
sudo apt update && sudo apt install -y flatpak neovim ufw rfkill
sudo ufw enable
# Flatpak Flathub-Repo hinzufügen
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo