From 1ed0bd2ff9dd400b4bbbfd055e6aba7d90d54e0a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 22:24:36 +0000 Subject: [PATCH] Update install.sh --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e5b263a..63220ce 100644 --- a/install.sh +++ b/install.sh @@ -91,10 +91,13 @@ chroot /mnt /run/current-system/sw/bin/bash # Set password for user passwd aaronh +# Exit chroot +exit + # Removed downloaded script. rm install.sh # Unmount all filesystems & reboot. -# umount -a -# reboot +umount -a +reboot