summaryrefslogtreecommitdiff
path: root/update-all.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-07-11 23:22:53 +0200
committerErich Eckner <git@eckner.net>2016-07-11 23:22:53 +0200
commit56b0630251c5730ed3f03ac9d187d1ced7c1f6fe (patch)
tree68c4d492c594130dec6414ae357df20b76792eba /update-all.conf
downloadupdate-all-56b0630251c5730ed3f03ac9d187d1ced7c1f6fe.tar.xz
initial Commitv0.0
Diffstat (limited to 'update-all.conf')
-rw-r--r--update-all.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/update-all.conf b/update-all.conf
new file mode 100644
index 0000000..4726023
--- /dev/null
+++ b/update-all.conf
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+archSystems=(
+ musik
+ raspi
+ nlopc43
+)
+
+debianSystems=(
+ router
+)
+
+cruxSystems=(
+ localhost
+ fileserver
+)