diff --git a/easy-arch.sh b/easy-arch.sh index 524cba6..e448e6d 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -7,7 +7,7 @@ clear set -e # Selecting the target for the installation. -echo "Select the disk where Arch Linux is going to be installed." +PS3="Select the disk where Arch Linux is going to be installed: " select ENTRY in $(lsblk -dpnoNAME); do DISK=$ENTRY