mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@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
|
# 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
|
# 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
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@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
|
# 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
|
# 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
|
# This file is part of OpenELEC - http://www.openelec.tv
|
||||||
# Copyright (C) 2009-2011 Stephan Raue (stephan@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
|
# 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
|
# 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)
|
# build and install SABnzbd Newsgroup downloader daemon (yes / no)
|
||||||
SABNZBD="yes"
|
SABNZBD="yes"
|
||||||
|
|
||||||
# build and install SickBeard Newsgroup downloader daemon (yes / no)
|
|
||||||
SICKBEARD="yes"
|
|
||||||
|
|
||||||
# build and install some tools for including in release (yes / no)
|
# build and install some tools for including in release (yes / no)
|
||||||
# some of this tools are: htop, nano, wgetpaste
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
TOOLS="yes"
|
TOOLS="yes"
|
||||||
|
@ -102,7 +102,7 @@ mkdir -p $INSTALL
|
|||||||
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install SABnzbd
|
||||||
|
|
||||||
# Sickbeard support
|
# Sickbeard support
|
||||||
[ "$SICKBEARD" = "yes" ] && $SCRIPTS/install sickbeard
|
[ "$SABNZBD" = "yes" ] && $SCRIPTS/install sickbeard
|
||||||
|
|
||||||
# Graphic support
|
# Graphic support
|
||||||
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
[ ! "$DISPLAYSERVER" = "no" ] && $SCRIPTS/install $DISPLAYSERVER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user