mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 22:15:17 +03:00
4 lines
136 B
Bash
4 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
|