add package installation

This commit is contained in:
Marcel Stangenberger 2025-04-06 09:52:53 +00:00
parent 3370fd174b
commit badad3952f

View File

@ -21,6 +21,9 @@ curl -so /etc/iptables/ip6tables.rules $REPO/raw/master/post/ip6tables.rules
systemctl enable iptables
systemctl enable ip6tables
echo "Install minimal required packages..."
pacman -S -q iftop htop bash-completion iotop lsof screen neofetch
echo "All done, reboot in 5 seconds..."
sleep 5
reboot