From 95f2b4fc84a99b477df34fc827fa1936ab84f401 Mon Sep 17 00:00:00 2001 From: shipwreckt Date: Sun, 11 May 2025 21:06:04 +0100 Subject: Added bookmark feature to DWM, saw it in a Lukesmith video. I have also fixed issue with yay.sh. I still need to fix music, but we will see. --- yay.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yay.sh') 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 -- cgit v1.2.3