aports/community/gotosocial/gotosocial.pre-install
2023-05-05 08:58:01 +00:00

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