From 81cbc0f6521e0dd91563363561053106be18bb61 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Feb 2019 13:13:06 +0100 Subject: Correcting (harmless) error in https mirror handling wrt/ installing apt-transport-https. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index 3fda4c5..c202832 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -247,8 +247,8 @@ Debootstrap () EXCLUDE="ifupdown" INCLUDE="dbus" - if echo "${MIRROR}" | grep -qs '^https' || \ - echo "{PARENT_MIRROR}" | grep -qs '^https' + if ( echo "${MIRROR}" | grep -qs '^https' ) || \ + ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) then INCLUDE="${INCLUDE},apt-transport-https,ca-certificates" fi -- cgit v1.2.3