From 0c4e93eb5edb838537f515a808603a6ba563a1a5 Mon Sep 17 00:00:00 2001 From: Sahil Suman <34382211+sahilsuman933@users.noreply.github.com> Date: Sun, 13 Nov 2022 03:32:55 +0530 Subject: [PATCH] Updated Pikaur URL This PR updates the pikaur URL as it was broken. --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_install.sh b/arch_install.sh index 579967a..2dc8f22 100755 --- a/arch_install.sh +++ b/arch_install.sh @@ -110,7 +110,7 @@ git clone --depth=1 https://github.com/bugswriter/dwmblocks.git ~/.local/src/dwm sudo make -C ~/.local/src/dwmblocks install # pikaur: AUR helper -git clone https://aur.archlinux.org/pikaur.git +git clone https://aur.archlinux.org/packages/pikaur cd pikaur makepkg -fsri cd