allow install failure on yay

This commit is contained in:
lelgenio 2020-04-18 00:18:28 -03:00
parent 7ca31213e9
commit f6e03306de
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ install_aur_packages() {
cd -
fi
yay -Syu --needed --noconfirm $pkgs
yay -Syu --needed --noconfirm $pkgs || true
}
#}}}
# Clean up packages #{{{