fix yay install
This commit is contained in:
@@ -6,8 +6,9 @@ requirements: [ "pacman" ]
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
pacman --sync --noconfirm --needed base-devel gcc git
|
pacman --sync --noconfirm --needed base-devel gcc git
|
||||||
git clone https://aur.archlinux.org/yay.git /tmp/yay
|
git clone https://aur.archlinux.org/yay.git
|
||||||
makepkg -C !$ -si
|
cd yay
|
||||||
|
makepkg -si
|
||||||
```
|
```
|
||||||
|
|
||||||
The flags are mostly the same as in `pacman`.
|
The flags are mostly the same as in `pacman`.
|
||||||
|
|||||||
Reference in New Issue
Block a user