Skip to content

Instantly share code, notes, and snippets.

@stagfoo
Last active January 6, 2022 03:29
Show Gist options
  • Save stagfoo/8cc124ef12d9acd7f3dbd8b4a903536e to your computer and use it in GitHub Desktop.
Save stagfoo/8cc124ef12d9acd7f3dbd8b4a903536e to your computer and use it in GitHub Desktop.
install yay
cd ~/;
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git .yay;
cd .yay;
makepkg -si;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment