archinstall/deployments/08:00:27:d4:fd:ef.json

11 lines
385 B
JSON

{
"install ssh": {
"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,
}
}