1
0
mirror of https://github.com/azlux/dpkg-deb synced 2024-11-23 06:46:18 +00:00
dpkg-deb/gitea/DEBIAN/preinst
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