mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S homer &>/dev/null
|
|
adduser -S -h /run/homer -G homer -s /sbin/nologin -D homer &>/dev/null
|
|
exit 0
|