Include wget and ca-certificates packages by default in debootstrap.

This commit is contained in:
parazyd 2020-03-12 10:14:03 +01:00
parent d688e1acb2
commit 2df95e5bd4
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
1 changed files with 1 additions and 0 deletions

View File

@ -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