index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 11:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 11:27:41 +0200 |
commit | 07df81aaa1ac261ada1d5e672a19e13286f5d1a4 (patch) | |
tree | e8a2065c48b319b8d94b7123f20b090d87216512 /deployments | |
parent | 20ba0b145cdccf5bf98879ca9e1a6811ef078519 (diff) |
-rw-r--r-- | deployments/08:00:27:d4:fd:ef.json | 7 |
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, } } |