From e5531e62442ac81c0e454e11ad154651f6968ec0 Mon Sep 17 00:00:00 2001 From: Phillip Date: Sat, 7 Sep 2024 22:28:31 +0100 Subject: [PATCH] Fix issue with formatting --- scripts/0-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/0-install.sh b/scripts/0-install.sh index 9ad7daf..e109cc2 100644 --- a/scripts/0-install.sh +++ b/scripts/0-install.sh @@ -25,6 +25,7 @@ read -p "Do you wish to set a home partition? " yesno case $yesno in [yesYesYy]* ) read -p 'Please enter the drive value for the home partition: ' homepar + ;; [noNoNn]* ) echo "A home partition will not be used in this installation" ;;