From 0b16acd93940d1360f2a3ef3548ff26be5a7c80d Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Thu, 15 Apr 2021 10:55:02 +0200 Subject: [PATCH] fixes --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 5eb42ca..dbe8dd8 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