update yay build
This commit is contained in:
2
utils.sh
2
utils.sh
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user