aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/debian11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chroot/debian11.sh')
-rwxr-xr-xchroot/debian11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/debian11.sh b/chroot/debian11.sh
index 3fe88da..2fbfd83 100755
--- a/chroot/debian11.sh
+++ b/chroot/debian11.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-CHROOT_DIR=/home/devi/rootfs/debian11
+CHROOT_DIR=/home/devi/chroots/debian11
sudo mount -t proc proc $CHROOT_DIR/proc/
sudo mount -t sysfs sys $CHROOT_DIR/sys/
# sudo mount -o bind /tmp $CHROOT_DIR/tmp/