mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 04:44:57 +02:00
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S xandikos 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G xandikos -g xandikos xandikos 2>/dev/null
|
|
|
|
exit 0
|