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" ;;