diff options
author | shipwreckt <me@shipwreckt.co.uk> | 2025-05-11 21:06:04 +0100 |
---|---|---|
committer | shipwreckt <me@shipwreckt.co.uk> | 2025-05-11 21:06:04 +0100 |
commit | 95f2b4fc84a99b477df34fc827fa1936ab84f401 (patch) | |
tree | 89e1bb0433ef6452e8e91be231641adef6bf7a7d /yay.sh | |
parent | 5e14bac7b5d5e6a6af942711d885e7c8779ecd22 (diff) |
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.
Diffstat (limited to 'yay.sh')
-rwxr-xr-x | yay.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |