Setting up chroot logic

This commit is contained in:
2020-05-01 20:10:29 -05:00
parent 069ef7b55a
commit 6071fba20e
5 changed files with 45 additions and 19 deletions

View File

@@ -9,6 +9,6 @@
# Debootstrap process
function main() {
sudo debootstrap --arch=$ARCH $RELEASE chroot
sudo debootstrap --arch=$ARCH $RELEASE "${CHROOT_PTH}"
}
main $@;