Kodi Community Forum

Full Version: TVHeadend installation instructions have changed.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have just noticed that the installation instructions for TVHeadend have changed.

There is now something called Doozer - what, exactly, is this and do I need to update anything?

I originally installed TVHeadend on Openmediavault 4 (which is based on Debian Stretch), using the following:
 
Code:
[size=small]sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61[/size]
sudo apt-get install dirmngr
echo "deb https://dl.bintray.com/tvheadend/deb jessie stable-4.2" | sudo tee /etc/apt/sources.list.d/tvheadend.list
sudo apt-get update
sudo apt-get install tvheadend

Do/should I now add the Doozer repository as well?