diff options
Diffstat (limited to 'update-all.conf')
-rw-r--r-- | update-all.conf | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/update-all.conf b/update-all.conf index 32d2219..1d4eca6 100644 --- a/update-all.conf +++ b/update-all.conf @@ -1,19 +1,7 @@ #!/bin/bash -archSystems=( - musik - raspi - nlopc43 +systems=( +# 192.168.100.100 +# host.domain.name +# hop.host ssh -t -t target.host ) - -debianSystems=( - router -) - -cruxSystems=( - localhost - fileserver -) - -hasSudo["localhost"]=true -hasSudo["nlopc43"]=true |