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

Tvheadend

Skip waiting for confirmation
https://github.com/armbian/config/issues/49
parent f600db8c
...@@ -701,7 +701,7 @@ install_tvheadend () ...@@ -701,7 +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
add-apt-repository 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
else else
......
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