Setting up chroot logic
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
|
||||
# Debootstrap process
|
||||
function main() {
|
||||
sudo debootstrap --arch=$ARCH $RELEASE chroot
|
||||
sudo debootstrap --arch=$ARCH $RELEASE "${CHROOT_PTH}"
|
||||
}
|
||||
main $@;
|
||||
|
||||
Reference in New Issue
Block a user