diff options
-rwxr-xr-x | share/scripts/debconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 46f0381..1aeaf67 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -240,6 +240,9 @@ Debootstrap () EXCLUDE="ifupdown" INCLUDE="dbus" + # apt repositories + INCLUDE="${INCLUDE} gnupg" + if ( echo "${MIRROR}" | grep -qs '^https' ) || \ ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) then |