aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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 }}'
# ═══════════════════════════════════════════════════════════════════