So in trying to activate the repository for TVHEADEND I first enter
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
Next I enter
sudo apt-add-repository "http://dl.bintray.com/tvheadend/deb wheezy release"
This command adds two lines to /etc/apt/sources.list
deb
http://dl.bintray.com/tvheadend/deb wheezy wheezy release
deb-src http://dl.bintray.com/tvheadend/deb wheezy wheezy release
When I enter
sudo apt-get update
The following error is produced
W: Failed to fetch http://dl.bintray.com/tvheadend/deb/dists/wheezy/Release Unable to find expected entry 'wheezy/source/Sources' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
Any suggestions on how to fix this problem would be appreciated.
I would have posted this under Tutorial and Setups but I see a request just like this was posted 16 days ago.