aports/testing/lotide/lotide.pre-install
Celeste a1c7f9b66b testing/lotide: new aport
https://sr.ht/~vpzom/lotide/
Federated forum / link aggregator using ActivityPub
2023-12-19 03:13:40 +00:00

11 lines
167 B
Bash

#!/bin/sh
addgroup -S lotide 2>/dev/null
adduser -S -D -H \
-h /var/lib/lotide \
-s /sbin/nologin \
-G lotide \
-g "Lotide Backend" \
lotide 2>/dev/null
exit 0