Fix installation of AUR packages

This commit is contained in:
Kron4ek 2024-06-19 20:55:19 +03:00 committed by GitHub
parent 1a28490273
commit 2d76615f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ install_aur_packages () {
fi fi
for i in {1..10}; do for i in {1..10}; do
if yay --needed --noconfirm --removemake --nocleanmenu --nodiffmenu --builddir /home/aur -a -S ${aur_pkgs}; then if yay --needed --noconfirm --removemake --builddir /home/aur -a -S ${aur_pkgs}; then
break break
fi fi
done done