Fix: removes unwanted line in esure_debootstrap

This commit is contained in:
Yaazkal
2021-07-23 05:56:00 -05:00
parent 295e57ac04
commit 403d6739bc

View File

@@ -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