commit 7184ba09065d1c1d2aa92c292e585e96190ec19c parent e58378ebe3f6c8de53629dbbbf1008741b4b0f47 Author: awy <awy@awy.one> Date: Wed, 30 Oct 2024 02:27:40 +0300 fix Diffstat:
M | install.sh | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/install.sh b/install.sh @@ -69,7 +69,10 @@ getUserData(){ root_drive="$disk_drive${partition_array[1]}" boot_drive="$disk_drive${partition_array[0]}" while true; do - read -rp "CPU Vendor detected as ${green}$cpuVendorID${normal}, is that right? Y/N: " answer + title + clear + printf ${normal}"Your CPU Vendor detected as ${green}$cpuVendorID${normal}, is that right? Y/N:\n" + read -r answer case "$answer" in y|Y) break ;;