Fixed YAY not installing
This commit is contained in:
parent
0d9a2b6362
commit
3e93c43760
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue