Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
6f9f8b7d
Commit
6f9f8b7d
authored
Jan 03, 2016
by
Igor Pečovnik
Browse files
syncthing
parent
17a0b482
Changes
2
Hide whitespace changes
Inline
Side-by-side
functions.sh
View file @
6f9f8b7d
...
...
@@ -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 -
...
...
install.sh
View file @
6f9f8b7d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment