From 8d488b78c6785354aadb03d822a709a0e2a74afb Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Thu, 15 Apr 2021 10:39:38 +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 2c5c526..5eb42ca 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -495,7 +495,7 @@ ubuntu_focal|focal|ubuntu-focal) 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 focal "${bastille_releasesdir}"/Ubuntu_2004 ;; esac