3 echo "==> Creating gitosis user and group..."
5 groupadd -r git &> /dev/null
6 useradd -r -m -k /dev/null -g git -d /srv/gitosis -s /bin/sh git &> /dev/null
10 echo "==> Example config files are installed in /usr/share/doc/gitosis"
11 echo "==> For installation instruction: http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis"
13 echo "==> You can get more information from: https://github.com/Necoro/gitosis "
22 userdel git &> /dev/null