Files
lnx-arch/scripts/99_yay.sh
tuxwarrior f488812fb8 yay
2024-05-01 16:14:59 -05:00

16 lines
178 B
Bash

#!/usr/bin/env bash
# klevstul
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