summaryrefslogtreecommitdiff
path: root/yay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yay.sh')
-rwxr-xr-xyay.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/yay.sh b/yay.sh
deleted file mode 100755
index e9cc1c3..0000000
--- a/yay.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-cwd=$(pwd)
-sudo pacman -S --noconfirm git
-git clone https://aur.archlinux.org/yay.git
-cd yay
-makepkg -si --noconfirm
-cd "$cwd"
-
-