added fail2ban to default packages because lets be fr we need to be safe

main
The_miro 2025-05-15 14:47:52 +02:00
parent d749c5a132
commit 20e7868a48
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
sudo pacman -Syu python python-pip atool nvim curl wget fastfetch
sudo pacman -Syu python python-pip atool nvim curl wget fastfetch fail2ban

View File

@ -8,3 +8,4 @@ sudo systemctl enable NetworkManager.service
echo "Installing greetd"
sudo cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/config.toml
sudo systemctl enable greetd.service
sudo systemctl enable fail2ban.service