Added wrapaur installation (i preferred pacaur)

This commit is contained in:
Anton Hvornum 2018-04-07 11:27:41 +02:00 committed by GitHub
parent 20ba0b145c
commit 07df81aaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
{
"install ssh": {
"pacman -Syy --noconfirm cmatrix" : null
"pacman -Syy --noconfirm git" : null,
"useradd -m -G wheel builder" : null,
"git https://aur.archlinux.org/wrapaur.git /tmp/wrapaur" : null,
"chown -R builder.builder /tmp/wrapaur" : null,
"su - builder -c \"cd /tmp/wrapaur; /usr/bin/makepkg -s\"" : null,
"pacman -U --noconfirm /tmp/wrapaur/*.xz" : null,
}
}