diff options
Diffstat (limited to 'chroot/voidmusl.sh')
-rwxr-xr-x | chroot/voidmusl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/voidmusl.sh b/chroot/voidmusl.sh index 9d98ae6..57f89d1 100755 --- a/chroot/voidmusl.sh +++ b/chroot/voidmusl.sh @@ -1,6 +1,6 @@ #!/bin/sh -CHROOT_DIR=/home/devi/rootfs/voidmusl +CHROOT_DIR=/home/devi/chroots/voidmusl sudo mount -t proc proc $CHROOT_DIR/proc/ sudo mount -t sysfs sys $CHROOT_DIR/sys/ # sudo mount -o bind /tmp $CHROOT_DIR/tmp/ |