Console based installation
Add the following lines to your /etc/apt/sources.list:
deb http://download.telldus.com/debian/ stable main
The Telldus public key for apt-secure can be downloaded here. You can add this key with
sudo apt-key add telldus-public.key
or combine downloading and registering:
wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -
The key fingerprint is
70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 Telldus Technologies AB <info.tech@telldus.se>
Update the repository
sudo apt-get update
To install telldus-core, do
sudo apt-get install telldus-core
Leave a Reply