mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 00:16:38 +02:00
7 lines
221 B
Bash
7 lines
221 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S tipidee 2>/dev/null
|
|
adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideelog tipideelog 2>/dev/null
|
|
adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideed tipideed 2>/dev/null
|
|
|
|
exit 0
|