Skip to content

Instantly share code, notes, and snippets.

View mdhowle's full-sized avatar

Matthew Howle mdhowle

View GitHub Profile
@mdhowle
mdhowle / install_yaourt.sh
Created February 24, 2015 16:15
Install Yaourt
#!/bin/bash
if [ `whoami` == root ]; then
echo "Do not run as root"
exit 1
fi
YAOURT_PKGBUILD="https://aur.archlinux.org/packages/ya/yaourt/PKGBUILD"
PACKAGE_QUERY_PKGBUILD="https://aur.archlinux.org/packages/pa/package-query/PKGBUILD"