Disable confirmation during yay install
This commit is contained in:
parent
69ccf4a293
commit
9bcdb1c859
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if ! command -v yay > /dev/null 2>&1
|
if ! command -v yay > /dev/null 2>&1
|
||||||
then
|
then
|
||||||
sudo pacman -S --needed git base-devel
|
sudo pacman --noconfirm -S --needed git base-devel
|
||||||
contextRoot="$(mktemp -d)";
|
contextRoot="$(mktemp -d)";
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/yay.git "$contextRoot";
|
git clone https://aur.archlinux.org/yay.git "$contextRoot";
|
||||||
|
|
Loading…
Reference in a new issue