install required packages
> sudo pacman -S --needed base-devel git
- The –needed flag prevents reinstallation of existing packages
download the yay repo
> git clone https://aur.archlinux.org/yay.git
build packages
> cd yay
> makepkg -si
> sudo pacman -S --needed base-devel git
> git clone https://aur.archlinux.org/yay.git
> cd yay
> makepkg -si
Leave a Reply