Merge pull request #15 from StevenSeifried/13-tvheadend

Close #13
This commit is contained in:
Steven Seifried 2023-03-21 18:04:45 +01:00 committed by GitHub
commit db5af6a885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,15 +44,8 @@ apt-get -qqy install \
lsb-release \ lsb-release \
ca-certificates &>/dev/null ca-certificates &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Adding Tvheadend Repo... \e[0m"
cat <<EOF > /etc/apt/sources.list.d/tvheadend.list.list
deb [arch=amd64] https://apt.tvheadend.org/unstable bullseye main
EOF
wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | tee /etc/apt/trusted.gpg.d/tvheadend.asc &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing Tvheadend... \e[0m" echo -e "${CHECKMARK} \e[1;92m Installing Tvheadend... \e[0m"
export DEBIAN_FRONTEND=noninteractive curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | bash &>/dev/null
apt-get update &>/dev/null apt-get update &>/dev/null
apt-get -yq install tvheadend &>/dev/null apt-get -yq install tvheadend &>/dev/null