Skip to content

Instantly share code, notes, and snippets.

@gdestuynder
Last active April 14, 2016 22:47
Show Gist options
  • Save gdestuynder/8e2a8b875aeeb208acdbd77657dbb0a8 to your computer and use it in GitHub Desktop.
Save gdestuynder/8e2a8b875aeeb208acdbd77657dbb0a8 to your computer and use it in GitHub Desktop.
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