mirror of
https://github.com/azlux/dpkg-deb
synced 2025-01-18 08:03:30 +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
|