1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
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

6 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