nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.37k stars 148 forks source link

Raspotify install script fails with error on 'usermod' command #118

Closed peterdcrees closed 2 years ago

peterdcrees commented 2 years ago

raspotify service has switched to using systemd 'Dynamic User' and no longer runs as the 'raspotify' user. See: dtcooper/raspotify@014457a This causes the 'usermod' command in 'install-spotify.sh' to exit with an error: usermod: user 'raspotify' does not exist Fix proposed in #117