Files
lnx-arch/scripts/99_yay.sh
tuxwarrior 03aed4a5e6 u
2024-05-01 16:19:35 -05:00

20 lines
280 B
Bash

#!/usr/bin/env bash
# klevstul
# https://itsfoss.com/install-yay-arch-linux/
echo "<< 99_yay.sh >>"
if [ "$EUID" -ne 0 ]
then echo "error: run as 'root'"
exit
fi
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd /tmp/yay
sudo poq makepkg -si
sudo poq yay --version