mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-12 17:12:37 +01:00
8 lines
172 B
Bash
8 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
|