aboutsummaryrefslogtreecommitdiffstats
path: root/testing/librespot/librespot.pre-install
blob: 203bd5edf41e7ac679020c82156cbdfd416fa98c (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -s /sbin/nologin -G audio -g audio librespot 2>/dev/null

exit 0