From 403d6739bcf9b503562e48e3268f1515d84428fc Mon Sep 17 00:00:00 2001 From: Yaazkal Date: Fri, 23 Jul 2021 05:56:00 -0500 Subject: [PATCH] Fix: removes unwanted line in esure_debootstrap --- usr/local/share/bastille/bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index ff627f5..dbb0b54 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -373,7 +373,6 @@ ensure_debootstrap() { ;; [Yy][Ee][Ss]|[Yy]) pkg install -y debootstrap - debootstrap --foreign --arch=amd64 --no-check-gpg bionic "${bastille_releasesdir}"/Ubuntu_1804 ;; esac fi