mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/image: build and install SABnzbd if enabled (all builds except ATV)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
486b098017
commit
3d213be48d
@ -111,6 +111,9 @@
|
||||
# build and install Transmission BitTorrent daemon (yes / no)
|
||||
TRANSMISSION="no"
|
||||
|
||||
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||
SABNZBD="no"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -110,6 +110,9 @@
|
||||
# build and install Transmission BitTorrent daemon (yes / no)
|
||||
TRANSMISSION="yes"
|
||||
|
||||
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||
SABNZBD="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -110,6 +110,9 @@
|
||||
# build and install Transmission BitTorrent daemon (yes / no)
|
||||
TRANSMISSION="yes"
|
||||
|
||||
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||
SABNZBD="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -110,6 +110,9 @@
|
||||
# build and install Transmission BitTorrent daemon (yes / no)
|
||||
TRANSMISSION="yes"
|
||||
|
||||
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||
SABNZBD="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -97,6 +97,9 @@ mkdir -p $INSTALL
|
||||
# Transmission BitTorrent support
|
||||
[ "$TRANSMISSION" = "yes" ] && $SCRIPTS/install transmission
|
||||
|
||||
# SABnzbd support
|
||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
||||
|
||||
# Graphic support
|
||||
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user