Disable confirmation dialogues
This commit is contained in:
parent
cb6bde21a4
commit
d43eeb11a4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ sed -i \
|
||||||
PKGBUILD;
|
PKGBUILD;
|
||||||
|
|
||||||
makepkg --noconfirm;
|
makepkg --noconfirm;
|
||||||
yay -U ./*.zst;
|
yay --noconfirm -U ./*.zst;
|
||||||
|
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue