mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 20:01:47 +02:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
adduser -H -h /var/empty -g dnscrypt -D -s /bin/false dnscrypt 2>/dev/null
|
|
exit 0
|