aports/testing/writefreely/writefreely.pre-install
Justin Berthault 830c29e965 testing/writefreely: new aport
https://writefreely.org
Federated blogging from write.as
2020-06-13 11:38:57 +00:00

7 lines
166 B
Bash

#!/bin/sh
addgroup -S writefreely 2>/dev/null
adduser -S -D -H -h /var/lib/writefreely -s /sbin/nologin -G writefreely -g writefreely writefreely 2>/dev/null
exit