From 427a5c3c715e37066c1243119a9da44de5cffaaf Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 10:33:03 +0000 Subject: [PATCH] make pacman silent --- post/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/run.sh b/post/run.sh index 63b24d1..304f9be 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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