Skip to content

Commit

Permalink
Fix installation of AUR packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Jun 19, 2024
1 parent 1a28490 commit 2d76615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d76615

Please sign in to comment.