Last active
April 14, 2016 22:47
-
-
Save gdestuynder/8e2a8b875aeeb208acdbd77657dbb0a8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 487EACC08557AD082088DABA1EB2638FF56C0C53 | |
sudo pacman -S --needed --noconfirm base-devel git | |
cd /tmp | |
git clone "https://aur.archlinux.org/cower.git" | |
git clone "https://aur.archlinux.org/pacaur.git" | |
cd cower && makepkg --syncdeps --install --noconfirm | |
cd .. | |
cd pacaur && makepkg --syncdeps --install --noconfirm | |
rm -rf cower pacaur |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment