From ce689900a37d6e3f0f80588e5286b6d992a9b911 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 6 Jun 2024 13:02:51 -0700 Subject: [PATCH] Cleanup arch-chroot step Signed-off-by: Tommy --- install.sh | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/install.sh b/install.sh index cb5b63e..fd38682 100644 --- a/install.sh +++ b/install.sh @@ -505,41 +505,36 @@ fi ## Configuring the system. arch-chroot /mnt /bin/bash -e <