diff --git a/scripts/Arch/Software/yay/install.sh b/scripts/Arch/Software/yay/install.sh index 7500d744..dc2d0ab3 100755 --- a/scripts/Arch/Software/yay/install.sh +++ b/scripts/Arch/Software/yay/install.sh @@ -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;