Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/gitea.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/gitea.json')
-rw-r--r--profiles/gitea.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/profiles/gitea.json b/profiles/gitea.json
deleted file mode 100644
index efb4c15e..00000000
--- a/profiles/gitea.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "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}
- }
- }
-}