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:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-12-25 18:46:08 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-12-25 18:46:08 +0000
commit906324026b17bd2ed507aefbaf5a634eab648bf9 (patch)
tree86f75b44c9c37dbd83e455d0918bc5dd1b20f6a4 /deployments/gitea.json
parent2f90c03afd0bbf7c57ef2563149d281c9b3183d5 (diff)
parent00d0a29c491d5641d589bdacccdd0726c44f4951 (diff)
Cleanup
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..efb4c15e
--- /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}
+ }
+ }
+}