From 2df95e5bd4efdb7195908204f16f17a273a46583 Mon Sep 17 00:00:00 2001 From: parazyd Date: Thu, 12 Mar 2020 10:14:03 +0100 Subject: [PATCH] Include wget and ca-certificates packages by default in debootstrap. --- zlibs/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index 4c699ee..419b655 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -55,6 +55,7 @@ bootstrap_complete_base() { sudo DEBOOTSTRAP_DIR="$LIBPATH/extra/debootstrap" "$LIBPATH/extra/debootstrap/debootstrap" \ --keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-archive-keyring.gpg" \ + --include=wget,ca-certificates \ --foreign \ --arch $arch $release $strapdir $mirror || zerr