Unverified Commit 61894e33 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Add missing key

which prevent Tvheadend automated install on Ubuntu
parent a8085148
...@@ -701,6 +701,7 @@ install_tvheadend () ...@@ -701,6 +701,7 @@ install_tvheadend ()
# TVheadend https://tvheadend.org/ unofficial port https://tvheadend.org/boards/5/topics/21528 # TVheadend https://tvheadend.org/ unofficial port https://tvheadend.org/boards/5/topics/21528
# #
if [[ "$family" == "Ubuntu" ]]; then if [[ "$family" == "Ubuntu" ]]; then
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 26F4EF8440618B66 >/dev/null 2>&1
add-apt-repository -y ppa:mamarley/tvheadend-git-stable >/dev/null 2>&1 add-apt-repository -y ppa:mamarley/tvheadend-git-stable >/dev/null 2>&1
debconf-apt-progress -- apt-get update debconf-apt-progress -- apt-get update
debconf-apt-progress -- apt-get -y install libssl-doc libssl1.0.0 zlib1g-dev tvheadend xmltv-util debconf-apt-progress -- apt-get -y install libssl-doc libssl1.0.0 zlib1g-dev tvheadend xmltv-util
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment