From c33b349095d102b23548f730da36fdb33e69fd2f Mon Sep 17 00:00:00 2001 From: pm4rcin <37148802+pm4rcin@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:44:11 +0000 Subject: [PATCH] Make disk selection more verbose because it's confusing for new users --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 970bb68..89004dc 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -204,7 +204,7 @@ keyboard_selector () { # Selecting the target for the installation. print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux." -PS3="Please select the disk where Arch Linux is going to be installed: " +PS3="Please select the disk NUMBER e.g. 1 where Arch Linux is going to be installed: " select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd"); do DISK=$ENTRY