mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
7 lines
162 B
Bash
7 lines
162 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S gotosocial 2>/dev/null
|
|
adduser -h /var/lib/gotosocial -S -D -H -s /sbin/nologin -G gotosocial -g gotosocial gotosocial 2>/dev/null
|
|
|
|
exit 0
|