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.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/yay.sh b/scripts/yay.sh
deleted file mode 100755
index 3a61a35..0000000
--- a/scripts/yay.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/bash
-
-
-git clone https://aur.archlinux.org/yay.git /tmp/yay
-
-cd /tmp/yay
-
-makepkg -si
-
-yay --version
-
-rm -rf /tmp/yay