summary refs log tree commit diff stats
path: root/scripts/yay.sh
blob: 3a61a35f688cc2cf5516e4fe109bfd5b0783ef3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/bash


git clone https://aur.archlinux.org/yay.git /tmp/yay

cd /tmp/yay

makepkg -si

yay --version

rm -rf /tmp/yay