Skip to main content anylinks 

arch_install_yay.sh

ArchLinuxでyayをインストールする

curl -sL /arch_install_yay.sh | bash -
sudo pacman -S git ## Do not use root user git clone https://aur.archlinux.org/yay.git cd yay makepkg -si cd ../ rm -rf ./yay