| 37 | Add the following lines to your {{{/etc/apt/sources.list}}}: |
| 38 | {{{ |
| 39 | deb http://download.telldus.com/debian/ stable main |
| 40 | }}} |
| 41 | |
| 42 | If you want to try the latest beta software, also add the following: |
| 43 | {{{ |
| 44 | deb http://download.telldus.com/debian/ unstable main |
| 45 | }}} |
| 46 | |
| 47 | The Telldus public key for apt-secure can be downloaded [http://download.telldus.se/debian/telldus-public.key here]. You can add this key with |
| 48 | {{{ |
| 49 | sudo apt-key telldus-public.key |
| 50 | }}} |
| 51 | |
| 52 | or combine downloading and registering: |
| 53 | {{{ |
| 54 | wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add - |
| 55 | }}} |
| 56 | |
| 57 | The key fingerprint is |
| 58 | {{{ |
| 59 | 70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 |
| 60 | Telldus Technologies AB <info.tech@telldus.se> |
| 61 | }}} |
| 62 | |
| 63 | To install telldus-core, do |
| 64 | {{{ |
| 65 | apt-get install telldus-core |
| 66 | }}} |