From 6085c1e5cb7dcbb71ec9330998dce70b3a44325b Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 13 Sep 2022 23:54:51 -0400 Subject: [PATCH] [U] Use yay-bin --- arch.setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch.setup.sh b/arch.setup.sh index d04d8dd..df72bc5 100644 --- a/arch.setup.sh +++ b/arch.setup.sh @@ -2,7 +2,7 @@ # Install yay pacman -S --needed git base-devel -git clone https://aur.archlinux.org/yay.git /tmp/yay +git clone https://aur.archlinux.org/yay-bin.git /tmp/yay cd /tmp/yay makepkg -si cd -