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
@@ -8,7 +8,7 @@ tangle() {
}
echo "==> Desktop packages"
paru -S --needed \
paru -S --needed --noconfirm \
i3-wm \
sxhkd \
polybar \