From 90d52f3e6fb701749fb193caba21f15dd3a9bbc6 Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sun, 14 Jul 2019 06:43:35 +0000
Subject: [PATCH] Begun script for creating the chroot

---
 enter_chroot.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/enter_chroot.sh b/enter_chroot.sh
old mode 100644
new mode 100755
index 2e7830c..b944d15
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -1,4 +1,5 @@
 #!/bin/bash
 
 CHDIR=$(dirname "$(realpath $0)")/chroot 
+mount --bind $CHDIR $CHDIR
 $CHDIR/bin/arch-chroot $CHDIR su joel 

--
Gitblit v1.9.3