Skip to content

Commit

Permalink
explicitly stop mod when using Spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Nov 7, 2023
1 parent 435ca8b commit 36bd6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ install_main() {
local mopidy_conf="${HOME_DIR}/.config/mopidy/mopidy.conf"
echo "Configuring Spotify support..."
sudo systemctl disable mpd
sudo service mpd stop
sudo systemctl enable mopidy
# Install Config Files
sudo cp "${jukebox_dir}"/misc/sampleconfigs/locale.gen.sample /etc/locale.gen
Expand Down

0 comments on commit 36bd6ea

Please sign in to comment.