diff options
Diffstat (limited to 'update-all.conf')
-rw-r--r-- | update-all.conf | 16 |
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 +) |