mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-10 05:32:21 +00:00
Updated tvheadend_setup.sh
This commit is contained in:
parent
d8ae1abc9d
commit
e0fd475cdc
|
@ -51,8 +51,9 @@ EOF
|
||||||
wget -qO- https://doozer.io/keys/tvheadend/tvheadend/pgp | tee /etc/apt/trusted.gpg.d/tvheadend.asc &>/dev/null
|
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
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get -y install tvheadend &>/dev/null
|
apt-get -yq install tvheadend &>/dev/null
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
||||||
rm /etc/motd
|
rm /etc/motd
|
||||||
|
|
Loading…
Reference in a new issue