Add --noconfirm to paru commands for non-interactive installs

This commit is contained in:
2026-04-15 15:25:17 +02:00
parent 6afc232505
commit ace4b0c7f7
10 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
echo "==> Mail packages"
paru -S --needed \
paru -S --needed --noconfirm \
isync \
msmtp \
neomutt \