From 7cae338fffa3e589c0835de4b8a6fc9472815fb3 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 7 Feb 2021 09:49:38 +0100 Subject: [PATCH] PS3 --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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