mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Use yes instead of noconfirm for yay
Should fix installation of AUR packages when they conflict with already installed packages. #152
This commit is contained in:
parent
59140999cb
commit
f54f0cb9de
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 --builddir /home/aur -a -S ${aur_pkgs}; then
|
||||
if yes | yay --needed --removemake --builddir /home/aur -a -S ${aur_pkgs}; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue