Disable confirmation dialogues

This commit is contained in:
Manuel Thalmann 2023-04-05 10:25:12 +02:00
parent cb6bde21a4
commit d43eeb11a4

View file

@ -10,7 +10,7 @@ sed -i \
PKGBUILD;
makepkg --noconfirm;
yay -U ./*.zst;
yay --noconfirm -U ./*.zst;
popd > /dev/null;