index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | jaybent <55739788+jaybent@users.noreply.github.com> | 2019-12-03 23:44:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 23:44:04 +0100 |
commit | 9d65f6eb2d179af2e5c14d486c7533b40a39b10f (patch) | |
tree | 6f2cd6d93d99f9ca60aea8fe76d55534bda0efdd /deployments/gitea.json | |
parent | c9ccea233a5e33ce08b64c49f05c2eb3dd63c7b2 (diff) |
-rw-r--r-- | deployments/gitea.json | 13 |
diff --git a/deployments/gitea.json b/deployments/gitea.json new file mode 100644 index 00000000..28071bd8 --- /dev/null +++ b/deployments/gitea.json @@ -0,0 +1,13 @@ +{ + "args" : { + "password" : "<STDIN>", + "_editor" : "nano", + "_utils" : "openssh git curl dhclient", + "post" : "don't reboot" + }, + "post" : { + "Install workstation packages": { + "pacman -Syy --noconfirm {{_utils} {_editor}" : {"pass-args" : true} + } + } +} |