Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}
}