Skip to content

Instantly share code, notes, and snippets.

@thilander
Last active September 24, 2018 21:33
Show Gist options
  • Save thilander/a622221b968d3979703a19092864709d to your computer and use it in GitHub Desktop.
Save thilander/a622221b968d3979703a19092864709d to your computer and use it in GitHub Desktop.
Install tellstick-core raspberry pi

Installing tellstick-core on the raspberry-pi

With a public key that exists.

sudo sh -c 'echo "deb-src http://download.telldus.com/debian/ stable main" > /etc/apt/sources.list.d/telldus.list'
wget http://download.telldus.com/debian/telldus-public.key
sudo apt-key add telldus-public.key
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get build-dep telldus-core
sudo apt-get install cmake libconfuse-dev libftdi-dev help2man
mkdir -p ~/tellstick-build
cd ~/tellstick-build
sudo apt-get --compile source telldus-core
sudo dpkg --install *.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment