Created
January 20, 2019 13:41
-
-
Save hazel0177/28522ae51eb4676ffe52fe7077f0d12d to your computer and use it in GitHub Desktop.
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
sudo pacman -S git | |
git clone https://aur.archlinux.org/package-query.git | |
git clone https://aur.archlinux.org/yaourt.git | |
cd package-query/ | |
makepkg -si | |
cd .. | |
cd yaourt | |
makepkg -si |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment