added fail2ban to default packages because lets be fr we need to be safe
parent
d749c5a132
commit
20e7868a48
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue