Last active
January 6, 2022 03:29
-
-
Save stagfoo/8cc124ef12d9acd7f3dbd8b4a903536e to your computer and use it in GitHub Desktop.
install yay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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