From e1a46cff505c00eacf6520d97dbff20a96993805 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Fri, 22 Sep 2023 10:04:48 -0400 Subject: [PATCH] add yay install instructions to base --- arch/base.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/base.md b/arch/base.md index 2c2bdc6..fb337cd 100644 --- a/arch/base.md +++ b/arch/base.md @@ -14,6 +14,7 @@ I have instructions for building a: - [Installation](#installation) - [Preparation](#preparation) - [Boot](#boot) + - [AUR](#aur) - [Security](#security) - [Secure Boot](#secure-boot) - [TPM2 LUKS Decryption](#tpm2-luks-decryption) @@ -229,6 +230,17 @@ Follow most of the instructions here: Exec = /usr/bin/systemctl restart systemd-boot-update.service ``` +### AUR + +If you ever need anything from the AUR, yay is the tool to install it. + +```bash +pacman -S --needed git base-devel +git clone https://aur.archlinux.org/yay.git +cd yay +makepkg -si +``` + ### Security