update yay build

This commit is contained in:
2026-06-05 08:11:43 -06:00
parent d5ba0c9285
commit 9e0227c012
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ install_packages() {
if [ ${#to_install[@]} -ne 0 ]; then
echo "Installing: ${to_install[*]}"
yay -S --noconfirm --nodiffmenu --nocleanmenu --noeditmenu "${to_install[@]}"
yay -S --noconfirm --answerdiff=None --answeredit=None --answerclean=None "${to_install[@]}"
fi
}