Skip to content

Instantly share code, notes, and snippets.

@mdubb86
Last active February 1, 2019 09:35
Show Gist options
  • Select an option

  • Save mdubb86/8a2a04be76e6a5627a1e052d1d2bbc5d to your computer and use it in GitHub Desktop.

Select an option

Save mdubb86/8a2a04be76e6a5627a1e052d1d2bbc5d to your computer and use it in GitHub Desktop.
snapclient-on-rpi
VERSION=0.11.1
HOST=192.168.0.77
wget https://github.com/badaix/snapcast/releases/download/v0.11.1/snapclient_${VERSION}_armhf.deb
sudo dpkg -i snapclient_${VERSION}_armhf.deb
sudo apt-get -f -y install
sudo sed -i "s/SNAPCLIENT_OPTS=\"\"/SNAPCLIENT_OPTS=\"-h ${HOST}\"/" /etc/default/snapclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment