1
0
mirror of https://github.com/azlux/dpkg-deb synced 2025-01-18 08:03:30 +00:00
2020-02-01 23:06:27 +01:00

4 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
adduser --system --group --disabled-password --shell /bin/bash --home /home/git --gecos 'Git Version Control' git
exit 0