make pacman silent

This commit is contained in:
Marcel Stangenberger 2025-04-06 10:33:03 +00:00
parent 94f3a43782
commit 427a5c3c71

View File

@ -22,7 +22,7 @@ systemctl enable iptables
systemctl enable ip6tables
echo "Install minimal required packages..."
pacman -S -q iftop htop bash-completion iotop lsof screen neofetch
pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch
echo "Setup motd default..."
echo "neofetch" >> /etc/profile.d/neofetch.sh