Reply To: TV-Headend Kodi

Max2Play Home Forums Max2Play Add-ons TV-Headend Kodi Reply To: TV-Headend Kodi

16. November 2018 at 8:22 #42076

Ich verstehe irgendwie nicht was du eigentlich machen willst und wo es hakt.

aus dem TVHeadend Wiki:

2. Create/Add the Sources List

Raspbian users (and anyone else who can’t install/use lsb-release) please see the third footnote3.

Stable:

sudo sh -c ‚echo „deb https://apt.tvheadend.org/stable $(lsb_release -sc) main“ | tee -a /etc/apt/sources.list.d/tvheadend.list‘

Unstable:

sudo sh -c ‚echo „deb https://apt.tvheadend.org/unstable $(lsb_release -sc) main“ | tee -a /etc/apt/sources.list.d/tvheadend.list‘

3 Unfortunately you won’t be able to use the command, at least not in the way it’s shown, you need to replace “ $(lsb_release -sc)“ with „raspbian-stretch“, „raspbian-jessie“ or your distros code-name.

3001 Examples..

echo „deb http://apt.tvheadend.org/stable raspbian-jessie main“ | sudo tee -a /etc/apt/sources.list.d/tvheadend.list
echo „deb http://apt.tvheadend.org/stable raspbian-stretch main“ | sudo tee -a /etc/apt/sources.list.d/tvheadend.list

3002 Tip: If you want to use unstable, simply replace stable with unstable.