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)" echo "Please enter disk to work on: (example /dev/sda)"
read DISK read DISK
echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE 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 case $formatdisk in
y|Y|yes|Yes|YES) y|Y|yes|Yes|YES)