Files
omarchy/install/yay.sh
David Heinemeier Hansson e8ee1204e6 Initial basics
2025-06-01 11:21:00 +02:00

7 lines
126 B
Bash

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ~
rm -rf yay-bin