diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 12dd44c..7129107 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -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