Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/minimal_example.json
diff options
context:
space:
mode:
authorLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:39:35 +0200
committerLord Anton Hvornum <anton.hvo@gmail.com>2018-05-24 20:39:35 +0200
commit022b375185dacebcce15bea72486279b159f1a4b (patch)
treef2343015b880f3eb0a61ae90651cf7ac8d668e90 /deployments/minimal_example.json
parent225b0b6451f6bb5eaf558c8ba309d64bde3910ef (diff)
Rebased the deployment examples
Diffstat (limited to 'deployments/minimal_example.json')
-rw-r--r--deployments/minimal_example.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployments/minimal_example.json b/deployments/minimal_example.json
new file mode 100644
index 00000000..ec5e7d1c
--- /dev/null
+++ b/deployments/minimal_example.json
@@ -0,0 +1,5 @@
+{
+ "install cmatrix": {
+ "pacman -Syy --noconfirm cmatrix" : null
+ }
+}