1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/librespot/librespot.pre-install
2021-01-18 03:24:14 +00:00

5 lines
93 B
Bash

#!/bin/sh
adduser -S -D -H -s /sbin/nologin -G audio -g audio librespot 2>/dev/null
exit 0