[pacman] detect pkg regardless of compress method
This commit is contained in:
parent
2a9a003271
commit
54faa20468
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ alias pacu="${zpacman_frontend_priv} -Syyu"
|
|||
alias pacU="${zpacman_frontend_priv} -U"
|
||||
|
||||
# install all packages in current directory
|
||||
alias pacd="${zpacman_frontend_priv} -U *.pkg.tar.xz"
|
||||
alias pacd="${zpacman_frontend_priv} -U *.pkg.*"
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue