#!/bin/sh cwd=$(pwd) sudo pacman -S --noconfirm git git clone https://aur.archlinux.org/yay.git cd yay makepkg -si --noconfirm cd "$cwd"