split yay and pacman
This commit is contained in:
11
distros/arch/install_yay.md
Normal file
11
distros/arch/install_yay.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user