From 3034241fe2f3d7b7b22bc91dc1a03b4fca21472a Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sun, 14 Jul 2019 09:20:54 +0000
Subject: [PATCH] Added instructions for chroot creation

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

diff --git a/enter_chroot.sh b/enter_chroot.sh
index b944d15..a4f6270 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -2,4 +2,5 @@
 
 CHDIR=$(dirname "$(realpath $0)")/chroot 
 mount --bind $CHDIR $CHDIR
-$CHDIR/bin/arch-chroot $CHDIR su joel 
+$CHDIR/bin/arch-chroot $CHDIR su joel
+umount $CHDIR

--
Gitblit v1.9.3