summaryrefslogtreecommitdiff
path: root/yay.sh
blob: e9cc1c37d817c669063dd488ee59eaf06aa9639b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cwd=$(pwd)
sudo pacman -S --noconfirm git
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si --noconfirm
cd "$cwd"