fix yay no confirm

This commit is contained in:
2026-06-03 14:53:20 -06:00
parent 4fbba02cfa
commit d5ba0c9285
2 changed files with 6 additions and 4 deletions

View File

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