fix: alpine pm impl

This commit is contained in:
Strix 2023-10-14 22:38:11 +02:00
parent 8f6f7224d1
commit 29282b5bdf
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -6,8 +6,9 @@ while getopts "icru" opt; do
;; ;;
u) u)
cmd="$cmd add" cmd="$cmd add"
;;
r) r)
cmd="$cmd remove" cmd="$cmd del"
;; ;;
c) c)
cmd="$cmd info -q" cmd="$cmd info -q"