Fixed Pacaur aliases (#6416)
`pacaur -Syua` only updated AUR pakcages, wihch is incompatible with semantics of `pacupg` and `yaupg`. Removing `-a` here it would work for both main repos and aur.
This commit is contained in:
parent
41eedd3700
commit
2bd24f7e0d
@ -28,8 +28,8 @@ if (( $+commands[yaourt] )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $+commands[pacaur] )); then
|
if (( $+commands[pacaur] )); then
|
||||||
alias paupg='pacaur -Syua'
|
alias paupg='pacaur -Syu'
|
||||||
alias pasu='pacaur -Syua --noconfirm'
|
alias pasu='pacaur -Syu --noconfirm'
|
||||||
alias pain='pacaur -S'
|
alias pain='pacaur -S'
|
||||||
alias pains='pacaur -U'
|
alias pains='pacaur -U'
|
||||||
alias pare='pacaur -R'
|
alias pare='pacaur -R'
|
||||||
|
Loading…
Reference in New Issue
Block a user