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
ac206de5
Commit
ac206de5
authored
May 06, 2016
by
Igor Pecovnik
Browse files
tvhead
parent
a8854a86
Changes
2
Show whitespace changes
Inline
Side-by-side
functions.sh
View file @
ac206de5
...
...
@@ -322,8 +322,8 @@ if !(grep -qs tvheadend "/etc/apt/sources.list.d/tvheadend.list");then
fi
install_packet "
libssl
-doc libssl1.0.0 zlib1g-dev tvheadend xmltv-util
"
install -m 755 scripts/tv_grab_file /usr/bin/tv_grab_file
sed -i 's/name"
:
".*"
/name
": "
'$
0
'
"/' /home/hts/.hts/tvheadend/superuser
sed -i 's/word"
:
".*"
/word
": "
'$
1
'
"/' /home/hts/.hts/tvheadend/superuser
sed -i 's/name"
:
".*"
/name
": "
'$
tv_user
'
"/' /home/hts/.hts/tvheadend/superuser
sed -i 's/word"
:
".*"
/word
": "
'$
tv_pass
'
"/' /home/hts/.hts/tvheadend/superuser
service tvheadend restart
}
...
...
install.sh
View file @
ac206de5
...
...
@@ -55,7 +55,7 @@ do
install_samba
fi
if
[
"
$i
"
==
"TV headend"
]
;
then
install_tvheadend
"
$tv_user
"
"
$tv_pass
"
install_tvheadend
fi
if
[
"
$i
"
==
"Syncthing"
]
;
then
install_syncthing
...
...
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