split yay and pacman

This commit is contained in:
2025-10-14 15:34:22 +02:00
parent 594107c252
commit 1dbc97209e
5 changed files with 38 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
---
title: "Install yay"
tags: [ "distros", "arch" ]
requirements: [ "pacman" ]
---
```sh
pacman --sync --noconfirm --needed base-devel gcc git
git clone https://aur.archlinux.org/yay.git /tmp/yay
makepkg -C !$ -si
```