summaryrefslogtreecommitdiff
path: root/yay.sh
diff options
context:
space:
mode:
authorshipwreckt <me@shipwreckt.co.uk>2025-05-11 21:06:04 +0100
committershipwreckt <me@shipwreckt.co.uk>2025-05-11 21:06:04 +0100
commit95f2b4fc84a99b477df34fc827fa1936ab84f401 (patch)
tree89e1bb0433ef6452e8e91be231641adef6bf7a7d /yay.sh
parent5e14bac7b5d5e6a6af942711d885e7c8779ecd22 (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-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