Include wget and ca-certificates packages by default in debootstrap.
This commit is contained in:
parent
d688e1acb2
commit
2df95e5bd4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue