summaryrefslogtreecommitdiff
path: root/yay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yay.sh')
-rwxr-xr-xyay.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/yay.sh b/yay.sh
index 6fd2be3..7411a8f 100755
--- a/yay.sh
+++ b/yay.sh
@@ -2,8 +2,8 @@ AUR='yay -S --noconfirm'
install_yay() {
sudo pacman -S --needed --noconfirm git base-devel
- git clone https://aur.archlinux.org/paru.git
- cd paru
+ git clone https://aur.archlinux.org/yay.git
+ cd yay
makepkg -si --noconfirm
if ! command -v yay &> /dev/null; then