diff --git a/Installation/arch.sh b/Installation/arch.sh index 7e451ac..6717241 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -133,7 +133,7 @@ install_yay() { $SYS_INSTALL git # Installing YAY - cd /tmp && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si + cd /tmp && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg --noconfirm -si } install_pacman() { # System Install Command