mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 21:12:27 +01:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S homer &>/dev/null
|
|
adduser -S -G homer -s /sbin/nologin -D homer &>/dev/null
|
|
exit 0
|