Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2018-04-07 11:27:41 +0200
committerGitHub <noreply@github.com>2018-04-07 11:27:41 +0200
commit07df81aaa1ac261ada1d5e672a19e13286f5d1a4 (patch)
treee8a2065c48b319b8d94b7123f20b090d87216512 /deployments
parent20ba0b145cdccf5bf98879ca9e1a6811ef078519 (diff)
Added wrapaur installation (i preferred pacaur)
Diffstat (limited to 'deployments')
-rw-r--r--deployments/08:00:27:d4:fd:ef.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/deployments/08:00:27:d4:fd:ef.json b/deployments/08:00:27:d4:fd:ef.json
index ab988e44..3bf0db9f 100644
--- a/deployments/08:00:27:d4:fd:ef.json
+++ b/deployments/08:00:27:d4:fd:ef.json
@@ -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,
}
}