Enabling security and release updates for jessie.
This commit is contained in:
parent
ba6b9adeff
commit
1f0a9d9ee0
|
@ -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}"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue