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
479afc65
Commit
479afc65
authored
Dec 16, 2017
by
Igor Pecovnik
Browse files
Removing Tvheadend installation from menu for Debian.
parent
7f3605a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
softy
View file @
479afc65
...
...
@@ -22,8 +22,10 @@ LIST+=( "Samba" "Windows compatible file sharing" "$SAMBA_STATUS" )
CUPS_STATUS
=
"$(check_if_installed cups && echo "
on
" || echo "
off
" )"
LIST
+=
(
"CUPS"
"Common UNIX Printing System (CUPS)"
"
$CUPS_STATUS
"
)
# tvheadend
TVHEADEND_STATUS
=
"$(check_if_installed tvheadend && echo "
on
" || echo "
off
" )"
LIST
+=
(
"TV headend"
"TV streaming / proxy"
"
$TVHEADEND_STATUS
"
)
if
[[
"
$family
"
==
"Ubuntu"
]];
then
TVHEADEND_STATUS
=
"$(check_if_installed tvheadend && echo "
on
" || echo "
off
" )"
LIST
+=
(
"TV headend"
"TV streaming / proxy"
"
$TVHEADEND_STATUS
"
)
fi
# synthing
SYNCTHING_STATUS
=
"$(check_if_installed syncthing && echo "
on
" || echo "
off
" )"
LIST
+=
(
"Syncthing"
"Personal cloud @syncthing.net"
"
$SYNCTHING_STATUS
"
)
...
...
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