Fixed YAY not installing

This commit is contained in:
Maddox Werts 2025-07-18 16:39:14 -04:00
parent 0d9a2b6362
commit 3e93c43760

View file

@ -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