summarylogtreecommitdiffstats
path: root/provision.sh
blob: c521661653d8c3dc59115f02260db21055611d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
sudo pacman -Syu --needed --noconfirm \
    base-devel wget curl sudo git tar yajl 

for thing in package-query yaourt; do
    git clone https://aur.archlinux.org/${thing}.git
    cd ${thing}/
    makepkg -si --noconfirm
    cd ..
    rm -rf ${thing}
done

yaourt -Syu --aur glitchlock --noconfirm

which glitchlock
glitchlock --version