mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-09 23:37:05 +02:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S openswitcher 2>/dev/null
|
|
adduser -S -D -H -s /bin/false -G openswitcher -g openswitcher openswitcher 2>/dev/null
|