Skip to content

Instantly share code, notes, and snippets.

@urish
Created July 17, 2016 08:45
Show Gist options
  • Save urish/3941c3ccd487b98942eb2709bd44a51d to your computer and use it in GitHub Desktop.
Save urish/3941c3ccd487b98942eb2709bd44a51d to your computer and use it in GitHub Desktop.
Installing airfoilspeakers on nextthingco CHIP
#! /bin/sh
wget http://rogueamoeba.com/airfoil/download/AirfoilSpeakersLinux.all.deb
wget http://rogueamoeba.com/airfoil/download/AirfoilSpeakersRaspberryPi.tgz
sudo dpkg -i AirfoilSpeakersLinux.all.deb
sudo apt-get install -f
tar zxf AirfoilSpeakersRaspberryPi.tgz
sudo cp -p ./airfoilspeakers/lib/*ARM.so /usr/lib/airfoilspeakers
airfoilspeakers
# optional: rm -rf airfoilspeakers AirfoilSpeakersRaspberryPi.tgz AirfoilSpeakersLinux.all.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment