Skip to content

Instantly share code, notes, and snippets.

@petershaw23
Created August 12, 2019 10:34
Show Gist options
  • Save petershaw23/9c190066c9618b6dedc31d450a574785 to your computer and use it in GitHub Desktop.
Save petershaw23/9c190066c9618b6dedc31d450a574785 to your computer and use it in GitHub Desktop.
install temp fix for volumio SPOP plugin (oath with refresh token)
wget https://github.com/majko96/volumio-plugins/raw/master/plugins/music_service/spotify/spotify.zip
mkdir ./spotify
miniunzip spotify.zip -d ./spotify
cd ./spotify
volumio plugin install
cd ..
rm -Rf spotify*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment