diff --git a/0-preinstall.sh b/0-preinstall.sh index cb9c2e1..4995aca 100644 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -43,7 +43,7 @@ lsblk echo "Please enter disk to work on: (example /dev/sda)" read DISK echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK" -read -p "are you sure you want to continue (Y/N):" formatdisk +read -p "are you sure you want to continue (y/N):" formatdisk case $formatdisk in y|Y|yes|Yes|YES) @@ -132,4 +132,4 @@ if [[ $TOTALMEM -lt 8000000 ]]; then fi echo "--------------------------------------" echo "-- SYSTEM READY FOR 1-setup --" -echo "--------------------------------------" \ No newline at end of file +echo "--------------------------------------"