QuattropalleTV
New member
Ofline
1. Install Tvheadend Required Packages and add the Repository PGP key
First, install required package:$ sudo apt-get -y install coreutils wget apt-transport-https lsb-release ca-certificates
Now, add the Tvheadend Repository PGP key:
$ sudo wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | sudo apt-key add -
2. Add Tvheadend repository
Add the repository:$ sudo add-apt-repository 'deb https://apt.tvheadend.org/stable bionic main'
3. Install Tvheadend
Refresh the available packages and install. Keep an eye out for anything that mentions TVHeadend.$ sudo apt-get update
$ sudo apt-get install tvheadend -y
Finsh...