aports/testing/taskcafe/taskcafe.pre-install
Kevin Thomas f6e2d36c2b testing/taskcafe: new aport
https://github.com/JordanKnott/taskcafe
Project management tool with Kanban boards
2021-05-31 00:13:14 +00:00

7 lines
131 B
Bash

#!/bin/sh
addgroup -S taskcafe 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G taskcafe -g taskcafe taskcafe 2>/dev/null
exit 0