mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
8 lines
143 B
Bash
8 lines
143 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S tofutf 2>/dev/null
|
|
adduser -S -D -h /var/lib/tofutf -s /sbin/nologin \
|
|
-G tofutf -g tofutf tofutf 2>/dev/null
|
|
|
|
exit 0
|
|
|