From a5782d230274aca0efe151d9195bd550f7c57cf5 Mon Sep 17 00:00:00 2001 From: OlaYZen <94807067+OlaYZen@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:36:16 +0100 Subject: [PATCH] Update 0-preinstall.sh --- 0-preinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "--------------------------------------"