diff options
Diffstat (limited to 'scripts/yay.sh')
| -rwxr-xr-x | scripts/yay.sh | 12 |
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 |