summary refs log tree commit diff stats
path: root/scripts/yay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/yay.sh')
-rwxr-xr-xscripts/yay.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/yay.sh b/scripts/yay.sh
new file mode 100755
index 0000000..b0106cb
--- /dev/null
+++ b/scripts/yay.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/bash
+
+git clone https://aur.archlinux.org/yay.git /tmp/yay
+
+cd /tmp/yay
+
+makepkg -si
+
+yay --version
+
+rm -rf /tmp/yay