mirror of
https://github.com/azlux/dpkg-deb
synced 2024-11-23 06:46:18 +00:00
4 lines
141 B
Bash
Executable File
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
|