Update 0-preinstall.sh

This commit is contained in:
OlaYZen 2021-12-11 23:36:16 +01:00 committed by GitHub
parent defe7a44c6
commit a5782d2302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "--------------------------------------"
echo "--------------------------------------"