mirror of
https://github.com/azlux/dpkg-deb
synced 2024-11-27 00:24:12 +00:00
4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
adduser --system --group --disabled-password --no-create-home --shell /bin/bash --gecos 'WebHookd System User' webhookd
|
|
exit 0
|