Last active
October 20, 2015 16:26
-
-
Save bfritz/daa3831060090c9cbbd2 to your computer and use it in GitHub Desktop.
build lxqt-desktop-git with pacaur
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
#!/bin/sh | |
build_and_install() { | |
local PKG=$1 | |
curl -s https://aur.archlinux.org/cgit/aur.git/snapshot/$PKG.tar.gz | tar xz | |
cd $PKG | |
makepkg --syncdeps --install --noconfirm | |
cd .. | |
} | |
gpg --keyserver pgp.mit.edu --recv-keys 1EB2638FF56C0C53 | |
build_and_install cower | |
build_and_install pacaur | |
pacman -S libgudev | |
pacaur -Sm --noedit lxqt-desktop-git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got pretty far then failed with: