From f488812fb8dcb21a375e9b6a270362525b7c3a0c Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:14:59 -0500 Subject: [PATCH] yay --- scripts/99_yay.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scripts/99_yay.sh diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh new file mode 100644 index 0000000..378752c --- /dev/null +++ b/scripts/99_yay.sh @@ -0,0 +1,15 @@ +#!/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 +