Disable confirmation dialogue during yay install
This commit is contained in:
parent
83b625fe62
commit
4dedafba3c
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ contextRoot="$(mktemp -d)";
|
|||
|
||||
git clone https://aur.archlinux.org/yay.git "$contextRoot";
|
||||
pushd "$contextRoot" > /dev/null;
|
||||
makepkg -si;
|
||||
makepkg --noconfirm -si;
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue