mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-16 03:02:47 +02:00
7 lines
157 B
Bash
Executable File
7 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
|