mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
6 lines
157 B
Bash
Executable file
6 lines
157 B
Bash
Executable file
#!/bin/sh
|
|
|
|
addgroup -S manticore 2>/dev/null
|
|
adduser -S -D -H -h /var/lib/manticore -s /sbin/nologin -G manticore -g manticore manticore 2>/dev/null
|
|
|
|
exit 0
|