Kodi Community Forum
TVHeadend installation instructions have changed. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168)
+---- Thread: TVHeadend installation instructions have changed. (/showthread.php?tid=333170)



TVHeadend installation instructions have changed. - elsmandino - 2018-06-25

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?