mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-08 06:47:09 +02:00
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S recursor 2>/dev/null
|
|
adduser -S -D -H -h /var/empty -s /bin/false -G recursor -g recursor recursor 2>/dev/null
|
|
|
|
exit 0
|