mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-25 09:58:45 +01:00
Fix installation of AUR packages
This commit is contained in:
parent
1a28490273
commit
2d76615f89
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ install_aur_packages () {
|
|||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue