fix yaourt update

This commit is contained in:
specter119 2018-05-28 13:54:20 +08:00
commit 978dfb7658

View file

@ -122,7 +122,7 @@ elif (( $+commands[pacaur] )); then
}
elif (( $+commands[yaourt] )); then
function upgrade() {
yay -Syu
yaourt -Syu
}
elif (( $+commands[yay] )); then
function upgrade() {