diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 5eb42cac..dbe8dd86 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -457,7 +457,7 @@ ubuntu_bionic|bionic|ubuntu-bionic) error_exit "Exiting. You need to install debootstap before boostrapping a Linux jail." ;; yes|Yes|y|Y) - pkg install debootstrap -y + pkg install -y debootstrap debootstrap --foreign --arch=amd64 --no-check-gpg bionic "${bastille_releasesdir}"/Ubuntu_1804 ;; esac