mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 00:07:08 +02:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
addgroup -S spreed 2>/dev/null
|
|
adduser -h /usr/share/spreed-webrtc -s /sbin/nologin -G spreed -S -D spreed 2>/dev/null
|
|
exit 0
|