From b54e3e009dc9e2d6e1396ade81be4426463c8f34 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Wed, 17 Apr 2024 14:18:24 +0200 Subject: added scripts and some changes --- scripts/yay.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scripts/yay.sh (limited to 'scripts/yay.sh') diff --git a/scripts/yay.sh b/scripts/yay.sh new file mode 100755 index 0000000..3a61a35 --- /dev/null +++ b/scripts/yay.sh @@ -0,0 +1,12 @@ +#!/usr/bin/bash + + +git clone https://aur.archlinux.org/yay.git /tmp/yay + +cd /tmp/yay + +makepkg -si + +yay --version + +rm -rf /tmp/yay -- cgit 1.4.1