branch | ipv6 |
changeset 4 | 4c20f7e4ff71 |
parent 2 | c519f8c9083a |
child 5 | 33c815b6fcfa |
--- a/setup Mon Jun 04 00:12:01 2012 +0200 +++ b/setup Mon Jun 11 15:38:41 2012 +0200 @@ -20,4 +20,9 @@ zypper -n install rsync } +getent group sudoers >/dev/null || groupadd --system sudoers +for u in hans teilnehmer; do + getent passwd $u >/dev/null && usermod -A sudoers $u +done + rsync $opt_n -iav --exclude setup --exclude .hg ${@-*} /