mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S librespot 2>/dev/null
|
|
adduser -S -D -H -s /sbin/nologin -G librespot -g librespot librespot 2>/dev/null
|
|
addgroup librespot audio 2>/dev/null
|
|
|
|
exit 0
|