Commit 6f9f8b7d authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

syncthing

parent 17a0b482
...@@ -313,6 +313,9 @@ install_tvheadend (){ ...@@ -313,6 +313,9 @@ install_tvheadend (){
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
# TVheadend https://tvheadend.org/ # TVheadend https://tvheadend.org/
#-------------------------------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------------------------------
apt-get install libssl-doc libssl1.0.0 zlib1g-dev
if !(grep -qs tvheadend "/etc/apt/sources.list.d/tvheadend.list");then if !(grep -qs tvheadend "/etc/apt/sources.list.d/tvheadend.list");then
echo "deb http://apt.tvheadend.org/stable wheezy main" >> /etc/apt/sources.list.d/tvheadend.list echo "deb http://apt.tvheadend.org/stable wheezy main" >> /etc/apt/sources.list.d/tvheadend.list
wget -qO - http://apt.tvheadend.org/stable/repo.gpg.key | apt-key add - wget -qO - http://apt.tvheadend.org/stable/repo.gpg.key | apt-key add -
......
...@@ -57,6 +57,9 @@ do ...@@ -57,6 +57,9 @@ do
if [ "$i" == "TV headend" ] ; then if [ "$i" == "TV headend" ] ; then
install_tvheadend install_tvheadend
fi fi
if [ "$i" == "Syncthing" ] ; then
install_syncthing
fi
if [ "$i" == "Transmission" ] ; then if [ "$i" == "Transmission" ] ; then
install_transmission install_transmission
fi fi
......
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