Last active
February 1, 2019 09:35
-
-
Save mdubb86/8a2a04be76e6a5627a1e052d1d2bbc5d to your computer and use it in GitHub Desktop.
snapclient-on-rpi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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