diff --git a/scripts/Arch/Software/yay/install.sh b/scripts/Arch/Software/yay/install.sh index 4100899f..4e0d9c0c 100755 --- a/scripts/Arch/Software/yay/install.sh +++ b/scripts/Arch/Software/yay/install.sh @@ -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";