mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-17 03:22:10 +01:00
9 lines
143 B
Bash
9 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
|
|
|