mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue