Files
2026-01-23 08:55:18 +01:00

7 lines
97 B
Bash
Executable File

#!/usr/bin/bash
git clone https://aur.archlinux.org/yay.git
cd yay/
makepkg -si
cd ..
rm -rf yay