5f479340 Dominic Ricottone
1 year, 5 months ago
1 2 3
#!/bin/sh addgroup -S git || true adduser -SD -h /var/lib/git -s /bin/sh -G git -g git git || true