fix yay install

This commit is contained in:
2025-12-17 00:11:54 +01:00
parent 4d926e8213
commit 5398d3fb29

View File

@@ -6,8 +6,9 @@ requirements: [ "pacman" ]
```sh
pacman --sync --noconfirm --needed base-devel gcc git
git clone https://aur.archlinux.org/yay.git /tmp/yay
makepkg -C !$ -si
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
```
The flags are mostly the same as in `pacman`.