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 | |
parent | c9ccea233a5e33ce08b64c49f05c2eb3dd63c7b2 (diff) |
-rw-r--r-- | deployments/gitea | 13 |
diff --git a/deployments/gitea b/deployments/gitea deleted file mode 100644 index 28071bd8..00000000 --- a/deployments/gitea +++ /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} - } - } -} |