diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 3fc895f44..c87237ae7 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -100,6 +100,9 @@ Set_defaults () # Setting apt secure LB_APT_SECURE="${LB_APT_SECURE:-true}" + # Setting apt source + LB_APT_SOURCE="${LB_APT_SOURCE:-true}" + # Setting bootstrap program if [ -z "${LB_BOOTSTRAP}" ] || ( [ ! -x "$(which ${LB_BOOTSTRAP} 2>/dev/null)" ] && [ "${LB_BOOTSTRAP}" != "copy" ] ) then |