From 1f0a9d9ee05d99ae1a12411fcaf38b63cb207c64 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 25 Jan 2015 10:04:13 +0100 Subject: [PATCH] Enabling security and release updates for jessie. --- functions/defaults.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index ebaafbcc3..a02bea836 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -623,7 +623,7 @@ Set_defaults () # Setting security updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_SECURITY="${LB_SECURITY:-false}" ;; @@ -634,7 +634,7 @@ Set_defaults () # Setting updates updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_UPDATES="${LB_UPDATES:-false}" ;;