This commit is contained in:
Bike Dude
2021-04-15 10:39:38 +02:00
parent 440db5f82a
commit 8d488b78c6

View File

@@ -495,7 +495,7 @@ ubuntu_focal|focal|ubuntu-focal)
error_exit "Exiting. You need to install debootstap before boostrapping a Linux jail." error_exit "Exiting. You need to install debootstap before boostrapping a Linux jail."
;; ;;
yes|Yes|y|Y) yes|Yes|y|Y)
pkg install debootstrap -y pkg install -y debootstrap
debootstrap --foreign --arch=amd64 --no-check-gpg focal "${bastille_releasesdir}"/Ubuntu_2004 debootstrap --foreign --arch=amd64 --no-check-gpg focal "${bastille_releasesdir}"/Ubuntu_2004
;; ;;
esac esac