From 06ad3c4ae61fe436e6da3cb700c1dfeeb8c71ce4 Mon Sep 17 00:00:00 2001 From: treatmeniceplz <75908199+treatmeniceplz@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:48:12 +0000 Subject: [PATCH] Update 0-preinstall.sh line 44 expains it all --- 0-preinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/0-preinstall.sh b/0-preinstall.sh index d789a3a..06aeed4 100755 --- a/0-preinstall.sh +++ b/0-preinstall.sh @@ -41,7 +41,8 @@ echo "-------select your disk to format----------------" echo "-------------------------------------------------" lsblk echo "Please enter disk to work on: (example /dev/sda)" -read DISK +# this is just so people can copy of the list -treatmeniceplz +read /dev/DISK echo "THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK" read -p "are you sure you want to continue (Y/N):" formatdisk case $formatdisk in