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

syncthing

parent 17a0b482
......@@ -313,6 +313,9 @@ install_tvheadend (){
#--------------------------------------------------------------------------------------------------------------------------------
# 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
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 -
......
......@@ -57,6 +57,9 @@ do
if [ "$i" == "TV headend" ] ; then
install_tvheadend
fi
if [ "$i" == "Syncthing" ] ; then
install_syncthing
fi
if [ "$i" == "Transmission" ] ; then
install_transmission
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