mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
SickBeard: changed install setting
Signed-off-by: ant <ant@ubuntu.(none)>
This commit is contained in:
parent
0a9edab106
commit
e4ac698584
@ -1,6 +1,7 @@
|
||||
################################################################################
|
||||
# This file is part of OpenELEC - http://www.openelec.tv
|
||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com)
|
||||
#
|
||||
# This Program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,6 +3,7 @@
|
||||
################################################################################
|
||||
# This file is part of OpenELEC - http://www.openelec.tv
|
||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com)
|
||||
#
|
||||
# This Program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,6 +1,7 @@
|
||||
################################################################################
|
||||
# This file is part of OpenELEC - http://www.openelec.tv
|
||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com)
|
||||
#
|
||||
# This Program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -147,9 +147,6 @@
|
||||
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||
SABNZBD="yes"
|
||||
|
||||
# build and install SickBeard Newsgroup downloader daemon (yes / no)
|
||||
SICKBEARD="yes"
|
||||
|
||||
# build and install some tools for including in release (yes / no)
|
||||
# some of this tools are: htop, nano, wgetpaste
|
||||
TOOLS="yes"
|
||||
|
@ -102,7 +102,7 @@ mkdir -p $INSTALL
|
||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
||||
|
||||
# Sickbeard support
|
||||
[ "$SICKBEARD" = "yes" ] && $SCRIPTS/install sickbeard
|
||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard
|
||||
|
||||
# Graphic support
|
||||
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
||||
|
Loading…
x
Reference in New Issue
Block a user