aports/testing/lotide/hitide.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
157 B
Bash

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