No need to list this twice

This commit is contained in:
David Heinemeier Hansson
2026-05-06 13:05:20 +02:00
parent f398cd274b
commit 60156309a4
2 changed files with 1 additions and 14 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
#!/bin/bash
# omarchy:summary=Install Arch packages if they are missing
# omarchy:group=install
# omarchy:name=package
# omarchy:args=<packages...>
# omarchy:examples=omarchy install package jq ripgrep
# omarchy:examples=omarchy pkg add jq ripgrep
# omarchy:requires-sudo=true
if omarchy-pkg-missing "$@"; then