Changes between Version 3 and Version 4 of TellStickInstallationUbuntu


Ignore:
Timestamp:
Sep 8, 2009, 7:37:47 AM (15 years ago)
Author:
Micke Prag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TellStickInstallationUbuntu

    v3 v4  
    3535== Console based installation ==
    3636
     37Add the following lines to your {{{/etc/apt/sources.list}}}:
     38{{{
     39deb http://download.telldus.com/debian/ stable main
     40}}}
     41
     42If you want to try the latest beta software, also add the following:
     43{{{
     44deb http://download.telldus.com/debian/ unstable main
     45}}}
     46
     47The 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{{{
     49sudo apt-key telldus-public.key
     50}}}
     51
     52or combine downloading and registering:
     53{{{
     54wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -
     55}}}
     56
     57The key fingerprint is
     58{{{
     5970C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76
     60Telldus Technologies AB <info.tech@telldus.se>
     61}}}
     62
     63To install telldus-core, do
     64{{{
     65apt-get install telldus-core
     66}}}