Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/gitea.json
diff options
context:
space:
mode:
authorjaybent <55739788+jaybent@users.noreply.github.com>2019-12-03 23:44:04 +0100
committerGitHub <noreply@github.com>2019-12-03 23:44:04 +0100
commit9d65f6eb2d179af2e5c14d486c7533b40a39b10f (patch)
tree6f2cd6d93d99f9ca60aea8fe76d55534bda0efdd /deployments/gitea.json
parentc9ccea233a5e33ce08b64c49f05c2eb3dd63c7b2 (diff)
Rename gitea to gitea.json
Diffstat (limited to 'deployments/gitea.json')
-rw-r--r--deployments/gitea.json13
1 files changed, 13 insertions, 0 deletions
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}
+ }
+ }
+}