From 3e93c43760db79d2067aef3ab98ca38481fa93bb Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Fri, 18 Jul 2025 16:39:14 -0400 Subject: [PATCH] Fixed YAY not installing --- Installation/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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