Disable confirmation during yay install

This commit is contained in:
Manuel Thalmann 2023-04-05 00:54:56 +02:00
parent 69ccf4a293
commit 9bcdb1c859

View file

@ -1,7 +1,7 @@
#!/bin/bash
if ! command -v yay > /dev/null 2>&1
then
sudo pacman -S --needed git base-devel
sudo pacman --noconfirm -S --needed git base-devel
contextRoot="$(mktemp -d)";
git clone https://aur.archlinux.org/yay.git "$contextRoot";