From 759384811d47684da90f7024c3fb580d81650b77 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:28 +0100 Subject: chore: drop --noconfirm from 'just add' (stdin-less invocations can prompt) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index fb19c0f..2febfea 100644 --- a/justfile +++ b/justfile @@ -152,7 +152,7 @@ add group pkg: echo '{{ pkg }}' >> "$file" echo "added {{ pkg }} to {{ group }}.txt" fi - paru -S --needed --noconfirm '{{ pkg }}' + paru -S --needed '{{ pkg }}' # ═══════════════════════════════════════════════════════════════════ -- cgit v1.2.3-70-g09d2