summaryrefslogtreecommitdiff
path: root/yay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yay.sh')
-rwxr-xr-xyay.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/yay.sh b/yay.sh
index 150b4a9..e9cc1c3 100755
--- a/yay.sh
+++ b/yay.sh
@@ -1,10 +1,8 @@
#!/bin/sh
cwd=$(pwd)
sudo pacman -S --noconfirm git
-git clone https://aur.archlinux.org/yay.git /tmp/yay
-git config --global user.email "benjamin@chausse.xyz"
-git config --global user.name "Benjamin Chausse"
-cd /tmp/yay
+git clone https://aur.archlinux.org/yay.git
+cd yay
makepkg -si --noconfirm
cd "$cwd"