branch | ipv6 |
changeset 4 | 4c20f7e4ff71 |
parent 2 | c519f8c9083a |
child 5 | 33c815b6fcfa |
3:8f655aa1f111 | 4:4c20f7e4ff71 |
---|---|
18 |
18 |
19 command -v rsync &>/dev/null || { |
19 command -v rsync &>/dev/null || { |
20 zypper -n install rsync |
20 zypper -n install rsync |
21 } |
21 } |
22 |
22 |
23 getent group sudoers >/dev/null || groupadd --system sudoers |
|
24 for u in hans teilnehmer; do |
|
25 getent passwd $u >/dev/null && usermod -A sudoers $u |
|
26 done |
|
27 |
|
23 rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} / |
28 rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} / |