From 0495a69b7be2485eda6dcd006df25e9772fc3e97 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 21:07:00 +0100 Subject: [PATCH] Clean up --- scripts/0-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/0-install.sh b/scripts/0-install.sh index 7107d7c..511de8b 100644 --- a/scripts/0-install.sh +++ b/scripts/0-install.sh @@ -61,7 +61,7 @@ mkdir /mnt/buildscripts /mnt/userfiles cp scripts/* /mnt/buildscripts cp files/user-* /mnt/userfiles # Chroot into the new system, do some setup based on earlier questions and run the next script -arch-chroot /mnt /bin/bash +arch-chroot /mnt /bin/bash <